aws::transit-gateway-route-table¶
Creates a transit gateway route table.
Example¶
aws::transit-gateway-route-table transit-gateway-route-table-example
transit-gateway: $(aws::transit-gateway example-transit-gateway)
association
peering-attachment: $(aws::transit-gateway-peering-attachment transit-gateway-peering-attachment-example)
end
route
destination-cidr-block: "10.0.0.0/24"
peering-attachment: $(aws::transit-gateway-peering-attachment transit-gateway-peering-attachment-example)
end
end
Attributes¶
Attribute | Description |
---|---|
transit-gateway | The transit gateway of the route table. (Required) |
association list subresource | The attachments to associate with the route table.
|
propagation list subresource | The attachments to propagate with the route table.
|
route list subresource | The static routes or blackholes for the route table.
|
Outputs¶
Attribute | Description |
---|---|
id | The ID of the route table. |