Skip to main content

carrier_gateway_tags

Expands all tag keys and values for carrier_gateways in a region

Overview

Namecarrier_gateway_tags
TypeResource
DescriptionAn example resource schema demonstrating some basic constructs and validation rules.
Idaws.ec2.carrier_gateway_tags

Fields

NameDatatypeDescription
carrier_gateway_idstringThe ID of the carrier gateway.
statestringThe state of the carrier gateway.
vpc_idstringThe ID of the VPC.
owner_idstringThe ID of the owner.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all carrier_gateways in a region.

SELECT
region,
carrier_gateway_id,
state,
vpc_id,
owner_id,
tag_key,
tag_value
FROM aws.ec2.carrier_gateway_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the carrier_gateway_tags resource, see carrier_gateways