vpn_gateway
Gets an individual vpn_gateway
resource
Overview
Name | vpn_gateway |
Type | Resource |
Description | vpn_gateway |
Id | awscc.ec2.vpn_gateway |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
v_pn_gateway_id,
amazon_side_asn,
tags,
type
FROM awscc.ec2.vpn_gateway
WHERE data__Identifier = '<VPNGatewayId>';
Permissions
To operate on the vpn_gateway
resource, the following permissions are required:
Read
ec2:DescribeVpnGateways
Update
ec2:CreateTags,
ec2:DeleteTags
Delete
ec2:DeleteVpnGateway