Uses of Interface
software.amazon.awscdk.services.ec2.VpnConnectionOptions
Package
Description
Amazon EC2 Construct Library
Amazon VpcV2 Construct Library
-
Uses of VpnConnectionOptions in software.amazon.awscdk.services.ec2
Modifier and TypeClassDescriptionstatic final class
An implementation forVpnConnectionOptions
static final class
An implementation forVpnConnectionProps
Modifier and TypeMethodDescriptionVpnConnectionOptions.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptiondefault Map<String,
VpnConnectionOptions> VpcProps.getVpnConnections()
VPN connections to this VPC.final Map<String,
VpnConnectionOptions> VpcProps.Jsii$Proxy.getVpnConnections()
Modifier and TypeMethodDescriptionIVpc.addVpnConnection
(String id, VpnConnectionOptions options) Adds a new VPN connection to this VPC.default VpnConnection
IVpc.Jsii$Default.addVpnConnection
(String id, VpnConnectionOptions options) Adds a new VPN connection to this VPC.final VpnConnection
IVpc.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.Modifier 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
Modifier and TypeMethodDescriptiondefault VpnConnection
IVpcV2.Jsii$Default.addVpnConnection
(String id, VpnConnectionOptions options) Adds a new VPN connection to this VPC.final VpnConnection
IVpcV2.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.