local_gateway_route_tablevpc_association_tags
Expands all tag keys and values for local_gateway_route_tablevpc_associations
in a region
Overview
Name | local_gateway_route_tablevpc_association_tags |
Type | Resource |
Description | Describes an association between a local gateway route table and a VPC. |
Id | aws.ec2.local_gateway_route_tablevpc_association_tags |
Fields
Name | Datatype | Description |
---|---|---|
local_gateway_id | string | The ID of the local gateway. |
local_gateway_route_table_id | string | The ID of the local gateway route table. |
local_gateway_route_table_vpc_association_id | string | The ID of the association. |
state | string | The state of the association. |
vpc_id | string | The ID of the VPC. |
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_tablevpc_associations
in a region.
SELECT
region,
local_gateway_id,
local_gateway_route_table_id,
local_gateway_route_table_vpc_association_id,
state,
vpc_id,
tag_key,
tag_value
FROM aws.ec2.local_gateway_route_tablevpc_association_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the local_gateway_route_tablevpc_association_tags
resource, see local_gateway_route_tablevpc_associations