vpn_gateway_tags
Expands all tag keys and values for vpn_gateways
in a region
Overview
Name | vpn_gateway_tags |
Type | Resource |
Description | Specifies a virtual private gateway. A virtual private gateway is the endpoint on the VPC side of your VPN connection. You can create a virtual private gateway before creating the VPC itself. For more information, see [](https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html) in the *User Guide*. |
Id | aws.ec2.vpn_gateway_tags |
Fields
Name | Datatype | Description |
---|---|---|
v_pn_gateway_id | string | |
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