vpn_gateways
Retrieves a list of vpn_gateways
in a region
Overview
Name | vpn_gateways |
Type | Resource |
Description | vpn_gateways |
Id | awscc.ec2.vpn_gateways |
Fields
Name | Datatype | Description |
---|---|---|
v_pn_gateway_id | string | VPN Gateway ID generated by service |
region | string | AWS 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