vpn_gateways_list_only
Lists vpn_gateways
in a region or regions, for all properties use vpn_gateways
Overview
Name | vpn_gateways_list_only |
Type | Resource |
Description | Schema for EC2 VPN Gateway |
Id | aws.ec2.vpn_gateways_list_only |
Fields
Name | Datatype | Description |
---|---|---|
v_pn_gateway_id | string | VPN Gateway ID generated by service |
amazon_side_asn | integer | The private Autonomous System Number (ASN) for the Amazon side of a BGP session. |
tags | array | Any tags assigned to the virtual private gateway. |
type | string | The type of VPN connection the virtual private gateway supports. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all vpn_gateways
in a region.
SELECT
region,
v_pn_gateway_id
FROM aws.ec2.vpn_gateways_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the vpn_gateways_list_only
resource, see vpn_gateways