customer_gateways_list_only
Lists customer_gateways in a region or regions, for all properties use customer_gateways
Overview
| Name | customer_gateways_list_only |
| Type | Resource |
| Description | Specifies a customer gateway. |
| Id | aws.ec2.customer_gateways_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
customer_gateway_id | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all customer_gateways in a region.
SELECT
region,
customer_gateway_id
FROM aws.ec2.customer_gateways_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the customer_gateways_list_only resource, see customer_gateways