@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.384Z") @Stability(value=Stable) public interface CfnVPNGatewayProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
CfnVPNGatewayProps cfnVPNGatewayProps = CfnVPNGatewayProps.builder()
.type("type")
// the properties below are optional
.amazonSideAsn(123)
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnVPNGatewayProps.Builder
A builder for
CfnVPNGatewayProps |
static class |
CfnVPNGatewayProps.Jsii$Proxy
An implementation for
CfnVPNGatewayProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnVPNGatewayProps.Builder |
builder() |
default Number |
getAmazonSideAsn()
The private Autonomous System Number (ASN) for the Amazon side of a BGP session.
|
default List<CfnTag> |
getTags()
Any tags assigned to the virtual private gateway.
|
String |
getType()
The type of VPN connection the virtual private gateway supports.
|
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @Nullable default Number getAmazonSideAsn()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnVPNGatewayProps.Builder builder()
CfnVPNGatewayProps.Builder of CfnVPNGatewayPropsCopyright © 2022. All rights reserved.