@Stability(value=Stable) public static final class CfnVPNGateway.Builder extends Object implements software.amazon.jsii.Builder<CfnVPNGateway>
CfnVPNGateway.| Modifier and Type | Method and Description |
|---|---|
CfnVPNGateway.Builder |
amazonSideAsn(Number amazonSideAsn)
`AWS::EC2::VPNGateway.AmazonSideAsn`.
|
CfnVPNGateway |
build() |
static CfnVPNGateway.Builder |
create(software.constructs.Construct scope,
String id) |
CfnVPNGateway.Builder |
tags(List<? extends CfnTag> tags)
`AWS::EC2::VPNGateway.Tags`.
|
CfnVPNGateway.Builder |
type(String type)
`AWS::EC2::VPNGateway.Type`.
|
@Stability(value=Stable) public static CfnVPNGateway.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnVPNGateway.Builder.@Stability(value=Stable) public CfnVPNGateway.Builder type(String type)
type - `AWS::EC2::VPNGateway.Type`. This parameter is required.this@Stability(value=Stable) public CfnVPNGateway.Builder amazonSideAsn(Number amazonSideAsn)
amazonSideAsn - `AWS::EC2::VPNGateway.AmazonSideAsn`. This parameter is required.this@Stability(value=Stable) public CfnVPNGateway.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::EC2::VPNGateway.Tags`. This parameter is required.this@Stability(value=Stable) public CfnVPNGateway build()
build in interface software.amazon.jsii.Builder<CfnVPNGateway>Copyright © 2021. All rights reserved.