Interface VpnGatewayProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
EnableVpnGatewayOptions
- All Known Implementing Classes:
EnableVpnGatewayOptions.Jsii$Proxy
,VpnGatewayProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:39.596Z")
@Stability(Stable)
public interface VpnGatewayProps
extends software.amazon.jsii.JsiiSerializable
The VpnGateway Properties.
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forVpnGatewayProps
static final class
An implementation forVpnGatewayProps
-
Method Summary
Modifier and TypeMethodDescriptionstatic VpnGatewayProps.Builder
builder()
default Number
Explicitly specify an Asn or let aws pick an Asn for you.getType()
Default type ipsec.1.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getType
Default type ipsec.1. -
getAmazonSideAsn
Explicitly specify an Asn or let aws pick an Asn for you.Default: 65000
-
builder
- Returns:
- a
VpnGatewayProps.Builder
ofVpnGatewayProps
-