vpn_connections_list_only
Lists vpn_connections
in a region or regions, for all properties use vpn_connections
Overview
Name | vpn_connections_list_only |
Type | Resource |
Description | Resource Type definition for AWS::EC2::VPNConnection |
Id | aws.ec2.vpn_connections_list_only |
Fields
Name | Datatype | Description |
---|---|---|
vpn_connection_id | string | The provider-assigned unique ID for this managed resource |
customer_gateway_id | string | The ID of the customer gateway at your end of the VPN connection. |
static_routes_only | boolean | Indicates whether the VPN connection uses static routes only. |
tags | array | Any tags assigned to the VPN connection. |
transit_gateway_id | string | The ID of the transit gateway associated with the VPN connection. |
type | string | The type of VPN connection. |
vpn_gateway_id | string | The ID of the virtual private gateway at the AWS side of the VPN connection. |
vpn_tunnel_options_specifications | array | The tunnel options for the VPN connection. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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