local_gateway_route_table_tags
Expands all tag keys and values for local_gateway_route_tables
in a region
Overview
Name | local_gateway_route_table_tags |
Type | Resource |
Description | Describes a route table for a local gateway. |
Id | aws.ec2.local_gateway_route_table_tags |
Fields
Name | Datatype | Description |
---|---|---|
local_gateway_route_table_id | string | The ID of the local gateway route table. |
local_gateway_route_table_arn | string | The ARN of the local gateway route table. |
local_gateway_id | string | The ID of the local gateway. |
outpost_arn | string | The ARN of the outpost. |
owner_id | string | The owner of the local gateway route table. |
state | string | The state of the local gateway route table. |
mode | string | The mode of the local gateway route table. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all local_gateway_route_tables
in a region.
SELECT
region,
local_gateway_route_table_id,
local_gateway_route_table_arn,
local_gateway_id,
outpost_arn,
owner_id,
state,
mode,
tag_key,
tag_value
FROM aws.ec2.local_gateway_route_table_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the local_gateway_route_table_tags
resource, see local_gateway_route_tables