Skip to main content

vpn_connections_list_only

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

Overview

Namevpn_connections_list_only
TypeResource
DescriptionResource Type definition for AWS::EC2::VPNConnection
Idaws.ec2.vpn_connections_list_only

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.
tagsarrayAny tags assigned to the VPN connection.
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.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all vpn_connections in a region.

SELECT
region,
vpn_connection_id
FROM aws.ec2.vpn_connections_list_only
WHERE region = 'us-east-1';

Permissions

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