@Stability(value=External) public static final class CfnVPNConnection.Builder extends Object
CfnVPNConnection
.Modifier and Type | Method and Description |
---|---|
CfnVPNConnection |
build() |
static CfnVPNConnection.Builder |
create(Construct scope,
String id) |
CfnVPNConnection.Builder |
customerGatewayId(String customerGatewayId)
`AWS::EC2::VPNConnection.CustomerGatewayId`.
|
CfnVPNConnection.Builder |
staticRoutesOnly(Boolean staticRoutesOnly)
`AWS::EC2::VPNConnection.StaticRoutesOnly`.
|
CfnVPNConnection.Builder |
staticRoutesOnly(IResolvable staticRoutesOnly)
`AWS::EC2::VPNConnection.StaticRoutesOnly`.
|
CfnVPNConnection.Builder |
tags(List<CfnTag> tags)
`AWS::EC2::VPNConnection.Tags`.
|
CfnVPNConnection.Builder |
transitGatewayId(String transitGatewayId)
`AWS::EC2::VPNConnection.TransitGatewayId`.
|
CfnVPNConnection.Builder |
type(String type)
`AWS::EC2::VPNConnection.Type`.
|
CfnVPNConnection.Builder |
vpnGatewayId(String vpnGatewayId)
`AWS::EC2::VPNConnection.VpnGatewayId`.
|
CfnVPNConnection.Builder |
vpnTunnelOptionsSpecifications(IResolvable vpnTunnelOptionsSpecifications)
`AWS::EC2::VPNConnection.VpnTunnelOptionsSpecifications`.
|
CfnVPNConnection.Builder |
vpnTunnelOptionsSpecifications(List<Object> vpnTunnelOptionsSpecifications)
`AWS::EC2::VPNConnection.VpnTunnelOptionsSpecifications`.
|
@Stability(value=External) public static CfnVPNConnection.Builder create(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.CfnVPNConnection.VpnTunnelOptionsSpecificationProperty.Builder
.@Stability(value=External) public CfnVPNConnection.Builder customerGatewayId(String customerGatewayId)
customerGatewayId
- `AWS::EC2::VPNConnection.CustomerGatewayId`. This parameter is required.this
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid
@Stability(value=External) public CfnVPNConnection.Builder type(String type)
type
- `AWS::EC2::VPNConnection.Type`. This parameter is required.this
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type
@Stability(value=External) public CfnVPNConnection.Builder staticRoutesOnly(Boolean staticRoutesOnly)
staticRoutesOnly
- `AWS::EC2::VPNConnection.StaticRoutesOnly`. This parameter is required.this
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-StaticRoutesOnly
@Stability(value=External) public CfnVPNConnection.Builder staticRoutesOnly(IResolvable staticRoutesOnly)
staticRoutesOnly
- `AWS::EC2::VPNConnection.StaticRoutesOnly`. This parameter is required.this
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-StaticRoutesOnly
@Stability(value=External) public CfnVPNConnection.Builder tags(List<CfnTag> tags)
tags
- `AWS::EC2::VPNConnection.Tags`. This parameter is required.this
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-tags
@Stability(value=External) public CfnVPNConnection.Builder transitGatewayId(String transitGatewayId)
transitGatewayId
- `AWS::EC2::VPNConnection.TransitGatewayId`. This parameter is required.this
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-transitgatewayid
@Stability(value=External) public CfnVPNConnection.Builder vpnGatewayId(String vpnGatewayId)
vpnGatewayId
- `AWS::EC2::VPNConnection.VpnGatewayId`. This parameter is required.this
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpngatewayid
@Stability(value=External) public CfnVPNConnection.Builder vpnTunnelOptionsSpecifications(IResolvable vpnTunnelOptionsSpecifications)
vpnTunnelOptionsSpecifications
- `AWS::EC2::VPNConnection.VpnTunnelOptionsSpecifications`. This parameter is required.this
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpntunneloptionsspecifications
@Stability(value=External) public CfnVPNConnection.Builder vpnTunnelOptionsSpecifications(List<Object> vpnTunnelOptionsSpecifications)
vpnTunnelOptionsSpecifications
- `AWS::EC2::VPNConnection.VpnTunnelOptionsSpecifications`. This parameter is required.this
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpntunneloptionsspecifications
@Stability(value=External) public CfnVPNConnection build()
Copyright © 2020. All rights reserved.