@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:05.999Z") @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()
`AWS::EC2::VPNGateway.AmazonSideAsn`.
|
default List<CfnTag> |
getTags()
`AWS::EC2::VPNGateway.Tags`.
|
String |
getType()
`AWS::EC2::VPNGateway.Type`.
|
@Stability(value=Stable) @Nullable default Number getAmazonSideAsn()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) static CfnVPNGatewayProps.Builder builder()
CfnVPNGatewayProps.Builder of CfnVPNGatewayPropsCopyright © 2021. All rights reserved.