Skip to main content

route_table_tags

Expands all tag keys and values for route_tables in a region

Overview

Nameroute_table_tags
TypeResource
DescriptionSpecifies a route table for the specified VPC. After you create a route table, you can add routes and associate the table with a subnet.
For more information, see [Route tables](https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html) in the *Amazon VPC User Guide*.
Idaws.ec2.route_table_tags

Fields

NameDatatypeDescription
route_table_idstring
vpc_idstringThe ID of the VPC.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all route_tables in a region.

SELECT
region,
route_table_id,
vpc_id,
tag_key,
tag_value
FROM aws.ec2.route_table_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the route_table_tags resource, see route_tables