vpn_connections
Retrieves a list of vpn_connections
in a region
Overview
Name | vpn_connections |
Type | Resource |
Description | vpn_connections |
Id | awscc.ec2.vpn_connections |
Fields
Name | Datatype | Description |
---|---|---|
vpn_connection_id | string | The provider-assigned unique ID for this managed resource |
region | string | AWS 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