Skip to main content

customer_gateways_list_only

Lists customer_gateways in a region or regions, for all properties use customer_gateways

Overview

Namecustomer_gateways_list_only
TypeResource
DescriptionSpecifies a customer gateway.
Idaws.ec2.customer_gateways_list_only

Fields

NameDatatypeDescription
typestringThe type of VPN connection that this customer gateway supports (ipsec.1).
customer_gateway_idstring
ip_addressstringIPv4 address for the customer gateway device's outside interface. The address must be static.
bgp_asn_extendednumber
bgp_asnintegerFor devices that support BGP, the customer gateway's BGP ASN.
Default: 65000
tagsarrayOne or more tags for the customer gateway.
certificate_arnstring
device_namestringThe name of customer gateway device.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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