internet_gateway_tags
Expands all tag keys and values for internet_gateways in a region
Overview
| Name | internet_gateway_tags |
| Type | Resource |
| Description | Allocates an internet gateway for use with a VPC. After creating the Internet gateway, you then attach it to a VPC. |
| Id | aws.ec2.internet_gateway_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
internet_gateway_id | string | |
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 internet_gateways in a region.
SELECT
region,
internet_gateway_id,
tag_key,
tag_value
FROM aws.ec2.internet_gateway_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the internet_gateway_tags resource, see internet_gateways