@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:19:59.338Z")
public interface CfnVPNGatewayProps
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 java.lang.Number |
getAmazonSideAsn()
The private Autonomous System Number (ASN) for the Amazon side of a BGP session.
|
default java.util.List<CfnTag> |
getTags()
Any tags assigned to the virtual private gateway.
|
java.lang.String |
getType()
The type of VPN connection the virtual private gateway supports.
|
java.lang.String getType()
default java.lang.Number getAmazonSideAsn()
default java.util.List<CfnTag> getTags()
static CfnVPNGatewayProps.Builder builder()
CfnVPNGatewayProps.Builder
of CfnVPNGatewayProps