| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
VpnConnectionProps
Example:
|
| 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()
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)
Adds a new VPN connection to this VPC.
|
VpnConnection |
IVpc.Jsii$Proxy.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.
|
VpnConnection |
Vpc.addVpnConnection(String id,
VpnConnectionOptions options)
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)
VPN connections to this VPC.
|
Copyright © 2022. All rights reserved.