Skip to main content

vpn_connections

Retrieves a list of vpn_connections in a region

Overview

Namevpn_connections
TypeResource
Descriptionvpn_connections
Idawscc.ec2.vpn_connections

Fields

NameDatatypeDescription
vpn_connection_idstringThe provider-assigned unique ID for this managed resource
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
vpn_connection_id
FROM awscc.ec2.vpn_connections
WHERE region = 'us-east-1'

Permissions

To operate on the vpn_connections resource, the following permissions are required:

Create

ec2:DescribeVpnConnections,
ec2:CreateVpnConnection,
ec2:CreateTags

List

ec2:DescribeVpnConnections