@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:19:59.628Z")
public interface VpnGatewayProps
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 java.lang.Number |
getAmazonSideAsn()
Explicitly specify an Asn or let aws pick an Asn for you.
|
java.lang.String |
getType()
Default type ipsec.1.
|
java.lang.String getType()
default java.lang.Number getAmazonSideAsn()
Default: 65000
static VpnGatewayProps.Builder builder()
VpnGatewayProps.Builder
of VpnGatewayProps