aws::route-table¶
Creates a VPC route table.
Example¶
aws::route-table route-table-example
vpc: $(aws::vpc vpc-example)
route
destination-cidr-block: 0.0.0.0/0
gateway: $(aws::internet-gateway ig-example)
end
tags: {
Name: route-table-example
}
end
Attributes¶
Attribute | Description |
---|---|
vpc | The VPC to create a Route Table for. (Required) |
subnets set | Subnets to associate with this Route Table. |
route set subresource | The routes for the Route Table.
|
Outputs¶
Attribute | Description |
---|---|
id | The ID of the Route Table. |
owner-id | The owner ID of the Route Table. |