| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
VpnConnectionProps |
| Modifier and Type | Class and Description |
|---|---|
static class |
VpnConnectionOptions.Jsii$Proxy
An implementation for
VpnConnectionOptions |
static class |
VpnConnectionProps.Jsii$Proxy
An implementation for
VpnConnectionProps |
| Modifier and Type | Method and Description |
|---|---|
VpnConnectionOptions |
VpnConnectionOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default Map<String,VpnConnectionOptions> |
VpcProps.getVpnConnections()
(experimental) VPN connections to this VPC.
|
Map<String,VpnConnectionOptions> |
VpcProps.Jsii$Proxy.getVpnConnections() |
| Modifier and Type | Method and Description |
|---|---|
VpnConnection |
IVpc.addVpnConnection(String id,
VpnConnectionOptions options)
(experimental) Adds a new VPN connection to this VPC.
|
VpnConnection |
IVpc.Jsii$Proxy.addVpnConnection(String id,
VpnConnectionOptions options)
(experimental) Adds a new VPN connection to this VPC.
|
default VpnConnection |
IVpc.Jsii$Default.addVpnConnection(String id,
VpnConnectionOptions options)
(experimental) Adds a new VPN connection to this VPC.
|
VpnConnection |
Vpc.addVpnConnection(String id,
VpnConnectionOptions options)
(experimental) Adds a new VPN connection to this VPC.
|
| Modifier and Type | Method and Description |
|---|---|
VpcProps.Builder |
VpcProps.Builder.vpnConnections(Map<String,? extends VpnConnectionOptions> vpnConnections)
Sets the value of
VpcProps.getVpnConnections() |
Vpc.Builder |
Vpc.Builder.vpnConnections(Map<String,? extends VpnConnectionOptions> vpnConnections)
(experimental) VPN connections to this VPC.
|
| Constructor and Description |
|---|
Jsii$Proxy(String cidr,
DefaultInstanceTenancy defaultInstanceTenancy,
Boolean enableDnsHostnames,
Boolean enableDnsSupport,
Map<String,? extends FlowLogOptions> flowLogs,
Map<String,? extends GatewayVpcEndpointOptions> gatewayEndpoints,
Number maxAzs,
NatProvider natGatewayProvider,
Number natGateways,
SubnetSelection natGatewaySubnets,
List<? extends SubnetConfiguration> subnetConfiguration,
Map<String,? extends VpnConnectionOptions> vpnConnections,
Boolean vpnGateway,
Number vpnGatewayAsn,
List<? extends SubnetSelection> vpnRoutePropagation)
Constructor that initializes the object based on literal property values passed by the
VpcProps.Builder. |
Copyright © 2021. All rights reserved.