@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:22.279Z") @Stability(value=Stable) public interface CfnVPNConnectionProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnVPNConnectionProps.Builder
A builder for
CfnVPNConnectionProps |
static class |
CfnVPNConnectionProps.Jsii$Proxy
An implementation for
CfnVPNConnectionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnVPNConnectionProps.Builder |
builder() |
String |
getCustomerGatewayId()
`AWS::EC2::VPNConnection.CustomerGatewayId`.
|
default Object |
getStaticRoutesOnly()
`AWS::EC2::VPNConnection.StaticRoutesOnly`.
|
default List<CfnTag> |
getTags()
`AWS::EC2::VPNConnection.Tags`.
|
default String |
getTransitGatewayId()
`AWS::EC2::VPNConnection.TransitGatewayId`.
|
String |
getType()
`AWS::EC2::VPNConnection.Type`.
|
default String |
getVpnGatewayId()
`AWS::EC2::VPNConnection.VpnGatewayId`.
|
default Object |
getVpnTunnelOptionsSpecifications()
`AWS::EC2::VPNConnection.VpnTunnelOptionsSpecifications`.
|
@Stability(value=Stable) @NotNull String getCustomerGatewayId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid@Stability(value=Stable) @NotNull String getType()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type@Stability(value=Stable) @Nullable default Object getStaticRoutesOnly()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-StaticRoutesOnly@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-tags@Stability(value=Stable) @Nullable default String getTransitGatewayId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-transitgatewayid@Stability(value=Stable) @Nullable default String getVpnGatewayId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpngatewayid@Stability(value=Stable) @Nullable default Object getVpnTunnelOptionsSpecifications()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpntunneloptionsspecifications@Stability(value=Stable) static CfnVPNConnectionProps.Builder builder()
CfnVPNConnectionProps.Builder of CfnVPNConnectionPropsCopyright © 2020. All rights reserved.