SubnetRouteTableAssociation

class SubnetRouteTableAssociation : KotlinCustomResource

Associates a subnet with a route table. The subnet and route table must be in the same VPC. This association causes traffic originating from the subnet to be routed according to the routes in the route table. A route table can be associated with multiple subnets. To create a route table, see AWS::EC2::RouteTable.

Properties

Link copied to clipboard
val awsId: Output<String>

The ID of the subnet route table association.

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. The physical ID changes when the route table ID is changed.

Link copied to clipboard
val subnetId: Output<String>

The ID of the subnet.

Link copied to clipboard
val urn: Output<String>