transit_gateway_attachment_tags
Expands all tag keys and values for transit_gateway_attachments in a region
Overview
| Name | transit_gateway_attachment_tags |
| Type | Resource |
| Description | Resource Type definition for AWS::EC2::TransitGatewayAttachment |
| Id | aws.ec2.transit_gateway_attachment_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
options | object | The options for the transit gateway vpc attachment. |
transit_gateway_id | string | |
vpc_id | string | |
id | string | |
subnet_ids | array | |
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 transit_gateway_attachments in a region.
SELECT
region,
options,
transit_gateway_id,
vpc_id,
id,
subnet_ids,
tag_key,
tag_value
FROM aws.ec2.transit_gateway_attachment_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the transit_gateway_attachment_tags resource, see transit_gateway_attachments