Uses of Interface
software.amazon.awscdk.services.ec2.EnableVpnGatewayOptions
Packages that use EnableVpnGatewayOptions
-
Uses of EnableVpnGatewayOptions in software.amazon.awscdk.services.ec2
Classes in software.amazon.awscdk.services.ec2 that implement EnableVpnGatewayOptionsModifier and TypeClassDescriptionstatic final class
An implementation forEnableVpnGatewayOptions
Methods 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 TypeMethodDescriptionvoid
IVpc.enableVpnGateway
(EnableVpnGatewayOptions options) Adds a VPN Gateway to this VPC.default void
IVpc.Jsii$Default.enableVpnGateway
(EnableVpnGatewayOptions options) Adds a VPN Gateway to this VPC.final void
IVpc.Jsii$Proxy.enableVpnGateway
(EnableVpnGatewayOptions options) Adds a VPN Gateway to this VPC.void
Vpc.enableVpnGateway
(EnableVpnGatewayOptions options) Adds a VPN Gateway to this VPC.