Uses of Interface
software.amazon.awscdk.services.ec2.EnableVpnGatewayOptions
Packages that use EnableVpnGatewayOptions
Package
Description
Amazon EC2 Construct Library
Amazon VpcV2 Construct Library
-
Uses of EnableVpnGatewayOptions in software.amazon.awscdk.services.ec2
Classes in software.amazon.awscdk.services.ec2 that implement EnableVpnGatewayOptionsModifier and TypeClassDescriptionstatic final classAn implementation forEnableVpnGatewayOptionsMethods in software.amazon.awscdk.services.ec2 that return EnableVpnGatewayOptionsModifier and TypeMethodDescriptionEnableVpnGatewayOptions.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.ec2 with parameters of type EnableVpnGatewayOptionsModifier and TypeMethodDescriptionvoidIVpc.enableVpnGateway(EnableVpnGatewayOptions options) Adds a VPN Gateway to this VPC.default voidIVpc.Jsii$Default.enableVpnGateway(EnableVpnGatewayOptions options) Adds a VPN Gateway to this VPC.final voidIVpc.Jsii$Proxy.enableVpnGateway(EnableVpnGatewayOptions options) Adds a VPN Gateway to this VPC.voidVpc.enableVpnGateway(EnableVpnGatewayOptions options) Adds a VPN Gateway to this VPC. -
Uses of EnableVpnGatewayOptions in software.amazon.awscdk.services.ec2.alpha
Methods in software.amazon.awscdk.services.ec2.alpha with parameters of type EnableVpnGatewayOptionsModifier and TypeMethodDescriptiondefault voidIVpcV2.Jsii$Default.enableVpnGateway(EnableVpnGatewayOptions options) Adds a VPN Gateway to this VPC.final voidIVpcV2.Jsii$Proxy.enableVpnGateway(EnableVpnGatewayOptions options) Adds a VPN Gateway to this VPC.voidVpcV2Base.enableVpnGateway(EnableVpnGatewayOptions options) Deprecated.use enableVpnGatewayV2 for compatibility with VPCV2.Route