Uses of Interface
software.amazon.awscdk.services.ec2.VpnConnectionOptions
Packages that use VpnConnectionOptions
Package
Description
Amazon EC2 Construct Library
Amazon VpcV2 Construct Library
-
Uses of VpnConnectionOptions in software.amazon.awscdk.services.ec2
Subinterfaces of VpnConnectionOptions in software.amazon.awscdk.services.ec2Classes in software.amazon.awscdk.services.ec2 that implement VpnConnectionOptionsModifier and TypeClassDescriptionstatic final classAn implementation forVpnConnectionOptionsstatic final classAn implementation forVpnConnectionPropsMethods in software.amazon.awscdk.services.ec2 that return VpnConnectionOptionsModifier and TypeMethodDescriptionVpnConnectionOptions.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.ec2 that return types with arguments of type VpnConnectionOptionsModifier and TypeMethodDescriptiondefault Map<String, VpnConnectionOptions> VpcProps.getVpnConnections()VPN connections to this VPC.final Map<String, VpnConnectionOptions> VpcProps.Jsii$Proxy.getVpnConnections()Methods in software.amazon.awscdk.services.ec2 with parameters of type VpnConnectionOptionsModifier and TypeMethodDescriptionIVpc.addVpnConnection(String id, VpnConnectionOptions options) Adds a new VPN connection to this VPC.default VpnConnectionIVpc.Jsii$Default.addVpnConnection(String id, VpnConnectionOptions options) Adds a new VPN connection to this VPC.final VpnConnectionIVpc.Jsii$Proxy.addVpnConnection(String id, VpnConnectionOptions options) Adds a new VPN connection to this VPC.Vpc.addVpnConnection(String id, VpnConnectionOptions options) Adds a new VPN connection to this VPC.Method parameters in software.amazon.awscdk.services.ec2 with type arguments of type VpnConnectionOptionsModifier and TypeMethodDescriptionVpc.Builder.vpnConnections(Map<String, ? extends VpnConnectionOptions> vpnConnections) VPN connections to this VPC.VpcProps.Builder.vpnConnections(Map<String, ? extends VpnConnectionOptions> vpnConnections) Sets the value ofVpcProps.getVpnConnections() -
Uses of VpnConnectionOptions in software.amazon.awscdk.services.ec2.alpha
Methods in software.amazon.awscdk.services.ec2.alpha with parameters of type VpnConnectionOptionsModifier and TypeMethodDescriptiondefault VpnConnectionIVpcV2.Jsii$Default.addVpnConnection(String id, VpnConnectionOptions options) Adds a new VPN connection to this VPC.final VpnConnectionIVpcV2.Jsii$Proxy.addVpnConnection(String id, VpnConnectionOptions options) Adds a new VPN connection to this VPC.VpcV2Base.addVpnConnection(String id, VpnConnectionOptions options) (experimental) Adds a new VPN connection to this VPC.