aws::route-table¶
Query route table.
Example¶
route-table: $(external-query aws::route-table { route-table-id: ''})
Attributes¶
| Attribute | Description |
|---|---|
| association-route-table-association-id | The ID of an association ID for the route table. |
| association-route-table-id | The ID of the route table involved in the association. |
| association-subnet-id | The ID of the subnet involved in the association. |
| association-main | Indicates whether the route table is the main route table for the VPC . Valid values are `` true `` or `` false``. Route tables that do not have an association ID are not returned in the response. |
| owner-id | The ID of the AWS account that owns the route table. |
| route-table-id | The ID of the route table. |
| destination-cidr-block | The IPv4 CIDR range specified in a route in the table. |
| destination-ipv6-cidr-block | The IPv6 CIDR range specified in a route in the route table. |
| destination-prefix-list-id | The ID (prefix) of the AWS service specified in a route in the table. |
| egress-only-internet-gateway-id | The ID of an egress-only Internet gateway specified in a route in the route table. |
| gateway-id | The ID of a gateway specified in a route in the table. |
| instance-id | The ID of an instance specified in a route in the table. |
| nat-gateway-id | The ID of a NAT gateway. |
| route-transit-gateway-id | The ID of a transit gateway. |
| origin | The origin of the route. CreateRouteTable indicates that the route was automatically created when the route table was created; CreateRoute indicates that the route was manually added to the route table; EnableVgwRoutePropagation indicates that the route was propagated by route propagation. |
| state | The state of a route in the route table. Valid values are active or blackhole. |
| vpc-peering-connection-id | The ID of a VPC peering connection specified in a route in the table. |
| tag map | The key/value combination of a tag assigned to the resource. |
| tag-key | The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value. |
| transit-gateway-id | The ID of a transit gateway. |
| vpc-id | The ID of the VPC for the route table. |