Skip to main content

vpn_gateways

Retrieves a list of vpn_gateways in a region

Overview

Namevpn_gateways
TypeResource
Descriptionvpn_gateways
Idawscc.ec2.vpn_gateways

Fields

NameDatatypeDescription
v_pn_gateway_idstringVPN Gateway ID generated by service
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
v_pn_gateway_id
FROM awscc.ec2.vpn_gateways
WHERE region = 'us-east-1'

Permissions

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

Create

ec2:CreateVpnGateway,
ec2:DescribeVpnGateways

List

ec2:DescribeVpnGateways