@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(software.constructs.Construct scope,
String id) |
CfnVPNGatewayRoutePropagation.Builder |
routeTableIds(List<String> routeTableIds)
The ID of the route table.
|
CfnVPNGatewayRoutePropagation.Builder |
vpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway that is attached to a VPC.
|
@Stability(value=Stable) public static CfnVPNGatewayRoutePropagation.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.CfnVPNGatewayRoutePropagation.Builder.@Stability(value=Stable) public CfnVPNGatewayRoutePropagation.Builder routeTableIds(List<String> routeTableIds)
The routing table must be associated with the same VPC that the virtual private gateway is attached to.
routeTableIds - The ID of the route table. This parameter is required.this@Stability(value=Stable) public CfnVPNGatewayRoutePropagation.Builder vpnGatewayId(String vpnGatewayId)
The virtual private gateway must be attached to the same VPC that the routing tables are associated with.
vpnGatewayId - The ID of the virtual private gateway that is attached to a VPC. This parameter is required.this@Stability(value=Stable) public CfnVPNGatewayRoutePropagation build()
build in interface software.amazon.jsii.Builder<CfnVPNGatewayRoutePropagation>Copyright © 2022. All rights reserved.