customer_gateway_tags
Expands all tag keys and values for customer_gateways
in a region
Overview
Name | customer_gateway_tags |
Type | Resource |
Description | Specifies a customer gateway. |
Id | aws.ec2.customer_gateway_tags |
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 |
certificate_arn | string | |
device_name | string | The name of customer gateway device. |
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 customer_gateways
in a region.
SELECT
region,
type,
customer_gateway_id,
ip_address,
bgp_asn_extended,
bgp_asn,
certificate_arn,
device_name,
tag_key,
tag_value
FROM aws.ec2.customer_gateway_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the customer_gateway_tags
resource, see customer_gateways