carrier_gateway_tags
Expands all tag keys and values for carrier_gateways
in a region
Overview
Name | carrier_gateway_tags |
Type | Resource |
Description | An example resource schema demonstrating some basic constructs and validation rules. |
Id | aws.ec2.carrier_gateway_tags |
Fields
Name | Datatype | Description |
---|---|---|
carrier_gateway_id | string | The ID of the carrier gateway. |
state | string | The state of the carrier gateway. |
vpc_id | string | The ID of the VPC. |
owner_id | string | The ID of the owner. |
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 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