@Stability(value=Stable) public static final class CfnVPNGatewayRoutePropagation.Builder extends Object implements software.amazon.jsii.Builder<CfnVPNGatewayRoutePropagation>
CfnVPNGatewayRoutePropagation
.Modifier and Type | Method and Description |
---|---|
CfnVPNGatewayRoutePropagation |
build() |
static CfnVPNGatewayRoutePropagation.Builder |
create(Construct scope,
String id) |
CfnVPNGatewayRoutePropagation.Builder |
routeTableIds(List<String> routeTableIds)
`AWS::EC2::VPNGatewayRoutePropagation.RouteTableIds`.
|
CfnVPNGatewayRoutePropagation.Builder |
vpnGatewayId(String vpnGatewayId)
`AWS::EC2::VPNGatewayRoutePropagation.VpnGatewayId`.
|
@Stability(value=Stable) public static CfnVPNGatewayRoutePropagation.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.CfnVPNGatewayRoutePropagation.Builder
.@Stability(value=Stable) public CfnVPNGatewayRoutePropagation.Builder routeTableIds(List<String> routeTableIds)
routeTableIds
- `AWS::EC2::VPNGatewayRoutePropagation.RouteTableIds`. This parameter is required.this
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-routetableids
@Stability(value=Stable) public CfnVPNGatewayRoutePropagation.Builder vpnGatewayId(String vpnGatewayId)
vpnGatewayId
- `AWS::EC2::VPNGatewayRoutePropagation.VpnGatewayId`. This parameter is required.this
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid
@Stability(value=Stable) public CfnVPNGatewayRoutePropagation build()
build
in interface software.amazon.jsii.Builder<CfnVPNGatewayRoutePropagation>
Copyright © 2020. All rights reserved.