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.119.0 (build 1634eac)",
date="2025-11-13T16:10:03.591Z")
@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 classA builder forVpnGatewayPropsstatic final classAn implementation forVpnGatewayProps -
Method Summary
Modifier and TypeMethodDescriptionstatic VpnGatewayProps.Builderbuilder()default NumberExplicitly 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.BuilderofVpnGatewayProps
-