@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.525Z") @Stability(value=Stable) public interface VpnGatewayProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
VpnGatewayProps vpnGatewayProps = VpnGatewayProps.builder()
.type("type")
// the properties below are optional
.amazonSideAsn(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
VpnGatewayProps.Builder
A builder for
VpnGatewayProps |
static class |
VpnGatewayProps.Jsii$Proxy
An implementation for
VpnGatewayProps |
| Modifier and Type | Method and Description |
|---|---|
static VpnGatewayProps.Builder |
builder() |
default Number |
getAmazonSideAsn()
Explicitly specify an Asn or let aws pick an Asn for you.
|
String |
getType()
Default type ipsec.1.
|
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @Nullable default Number getAmazonSideAsn()
Default: 65000
@Stability(value=Stable) static VpnGatewayProps.Builder builder()
VpnGatewayProps.Builder of VpnGatewayPropsCopyright © 2022. All rights reserved.