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 |
---|---|---|
type | string | The type of VPN connection that this customer gateway supports (ipsec.1 ). |
customer_gateway_id | string | |
ip_address | string | IPv4 address for the customer gateway device's outside interface. The address must be static. |
bgp_asn_extended | number | |
bgp_asn | integer | For devices that support BGP, the customer gateway's BGP ASN. Default: 65000 |
tags | array | One or more tags for the customer gateway. |
certificate_arn | string | |
device_name | string | The name of customer gateway device. |
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