vpn_gateway_tags
Expands all tag keys and values for vpn_gateways
in a region
Overview
Name | vpn_gateway_tags |
Type | Resource |
Description | Schema for EC2 VPN Gateway |
Id | aws.ec2.vpn_gateway_tags |
Fields
Name | Datatype | Description |
---|---|---|
v_pn_gateway_id | string | VPN Gateway ID generated by service |
amazon_side_asn | integer | The private Autonomous System Number (ASN) for the Amazon side of a BGP session. |
type | string | The type of VPN connection the virtual private gateway supports. |
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 vpn_gateways
in a region.
SELECT
region,
v_pn_gateway_id,
amazon_side_asn,
type,
tag_key,
tag_value
FROM aws.ec2.vpn_gateway_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the vpn_gateway_tags
resource, see vpn_gateways