carrier_gateways_list_only
Lists carrier_gateways
in a region or regions, for all properties use carrier_gateways
Overview
Name | carrier_gateways_list_only |
Type | Resource |
Description | An example resource schema demonstrating some basic constructs and validation rules. |
Id | aws.ec2.carrier_gateways_list_only |
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. |
tags | array | The tags for the carrier gateway. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all carrier_gateways
in a region.
SELECT
region,
carrier_gateway_id
FROM aws.ec2.carrier_gateways_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the carrier_gateways_list_only
resource, see carrier_gateways