| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| 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.
|
VpnConnection |
VpnConnection.Builder.build() |
Copyright © 2022. All rights reserved.