GatewayRouteTableAssociation

class GatewayRouteTableAssociation : KotlinCustomResource

Associates a gateway with a route table. The gateway and route table must be in the same VPC. This association causes the incoming traffic to the gateway to be routed according to the routes in the route table.

Properties

Link copied to clipboard
val associationId: Output<String>

The route table association ID.

Link copied to clipboard
val gatewayId: Output<String>

The ID of the gateway.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val routeTableId: Output<String>

The ID of the route table.

Link copied to clipboard
val urn: Output<String>