@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)
The private Autonomous System Number (ASN) for the Amazon side of a BGP session.
|
CfnVPNGateway |
build() |
static CfnVPNGateway.Builder |
create(software.constructs.Construct scope,
String id) |
CfnVPNGateway.Builder |
tags(List<? extends CfnTag> tags)
Any tags assigned to the virtual private gateway.
|
CfnVPNGateway.Builder |
type(String type)
The type of VPN connection the virtual private gateway supports.
|
@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 - The type of VPN connection the virtual private gateway supports. This parameter is required.this@Stability(value=Stable) public CfnVPNGateway.Builder amazonSideAsn(Number amazonSideAsn)
amazonSideAsn - The private Autonomous System Number (ASN) for the Amazon side of a BGP session. This parameter is required.this@Stability(value=Stable) public CfnVPNGateway.Builder tags(List<? extends CfnTag> tags)
tags - Any tags assigned to the virtual private gateway. This parameter is required.this@Stability(value=Stable) public CfnVPNGateway build()
build in interface software.amazon.jsii.Builder<CfnVPNGateway>Copyright © 2022. All rights reserved.