Skip to main content

vpn_connection_tags

Expands all tag keys and values for vpn_connections in a region

Overview

Namevpn_connection_tags
TypeResource
DescriptionResource Type definition for AWS::EC2::VPNConnection
Idaws.ec2.vpn_connection_tags

Fields

NameDatatypeDescription
vpn_connection_idstringThe provider-assigned unique ID for this managed resource
customer_gateway_idstringThe ID of the customer gateway at your end of the VPN connection.
static_routes_onlybooleanIndicates whether the VPN connection uses static routes only.
transit_gateway_idstringThe ID of the transit gateway associated with the VPN connection.
typestringThe type of VPN connection.
vpn_gateway_idstringThe ID of the virtual private gateway at the AWS side of the VPN connection.
vpn_tunnel_options_specificationsarrayThe tunnel options for the VPN connection.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all vpn_connections in a region.

SELECT
region,
vpn_connection_id,
customer_gateway_id,
static_routes_only,
transit_gateway_id,
type,
vpn_gateway_id,
vpn_tunnel_options_specifications,
tag_key,
tag_value
FROM aws.ec2.vpn_connection_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the vpn_connection_tags resource, see vpn_connections