Skip to main content

local_gateway_route_table_virtual_interface_group_association_tags

Expands all tag keys and values for local_gateway_route_table_virtual_interface_group_associations in a region

Overview

Namelocal_gateway_route_table_virtual_interface_group_association_tags
TypeResource
DescriptionDescribes a local gateway route table virtual interface group association for a local gateway.
Idaws.ec2.local_gateway_route_table_virtual_interface_group_association_tags

Fields

NameDatatypeDescription
local_gateway_route_table_virtual_interface_group_association_idstringThe ID of the local gateway route table virtual interface group association.
local_gateway_idstringThe ID of the local gateway.
local_gateway_route_table_idstringThe ID of the local gateway route table.
local_gateway_route_table_arnstringThe ARN of the local gateway route table.
local_gateway_virtual_interface_group_idstringThe ID of the local gateway route table virtual interface group.
owner_idstringThe owner of the local gateway route table virtual interface group association.
statestringThe state of the local gateway route table virtual interface group association.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all local_gateway_route_table_virtual_interface_group_associations in a region.

SELECT
region,
local_gateway_route_table_virtual_interface_group_association_id,
local_gateway_id,
local_gateway_route_table_id,
local_gateway_route_table_arn,
local_gateway_virtual_interface_group_id,
owner_id,
state,
tag_key,
tag_value
FROM aws.ec2.local_gateway_route_table_virtual_interface_group_association_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the local_gateway_route_table_virtual_interface_group_association_tags resource, see local_gateway_route_table_virtual_interface_group_associations