| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnVPNConnection.Builder |
CfnVPNConnection.Builder.create(software.constructs.Construct scope,
String id) |
CfnVPNConnection.Builder |
CfnVPNConnection.Builder.customerGatewayId(String customerGatewayId)
The ID of the customer gateway at your end of the VPN connection.
|
CfnVPNConnection.Builder |
CfnVPNConnection.Builder.staticRoutesOnly(Boolean staticRoutesOnly)
Indicates whether the VPN connection uses static routes only.
|
CfnVPNConnection.Builder |
CfnVPNConnection.Builder.staticRoutesOnly(IResolvable staticRoutesOnly)
Indicates whether the VPN connection uses static routes only.
|
CfnVPNConnection.Builder |
CfnVPNConnection.Builder.tags(List<? extends CfnTag> tags)
Any tags assigned to the VPN connection.
|
CfnVPNConnection.Builder |
CfnVPNConnection.Builder.transitGatewayId(String transitGatewayId)
The ID of the transit gateway associated with the VPN connection.
|
CfnVPNConnection.Builder |
CfnVPNConnection.Builder.type(String type)
The type of VPN connection.
|
CfnVPNConnection.Builder |
CfnVPNConnection.Builder.vpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway at the AWS side of the VPN connection.
|
CfnVPNConnection.Builder |
CfnVPNConnection.Builder.vpnTunnelOptionsSpecifications(IResolvable vpnTunnelOptionsSpecifications)
The tunnel options for the VPN connection.
|
CfnVPNConnection.Builder |
CfnVPNConnection.Builder.vpnTunnelOptionsSpecifications(List<? extends Object> vpnTunnelOptionsSpecifications)
The tunnel options for the VPN connection.
|
Copyright © 2022. All rights reserved.