@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.043Z") @Stability(value=Stable) public interface CfnVPNConnectionProps extends software.amazon.jsii.JsiiSerializable
| 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()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @Nullable default Object getStaticRoutesOnly()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default String getTransitGatewayId()
@Stability(value=Stable) @Nullable default String getVpnGatewayId()
@Stability(value=Stable) @Nullable default Object getVpnTunnelOptionsSpecifications()
@Stability(value=Stable) static CfnVPNConnectionProps.Builder builder()
CfnVPNConnectionProps.Builder of CfnVPNConnectionPropsCopyright © 2021. All rights reserved.