vpn_connection_tags
Expands all tag keys and values for vpn_connections
in a region
Overview
Name | vpn_connection_tags |
Type | Resource |
Description | Resource Type definition for AWS::EC2::VPNConnection |
Id | aws.ec2.vpn_connection_tags |
Fields
Name | Datatype | Description |
---|---|---|
vpn_connection_id | string | The provider-assigned unique ID for this managed resource |
customer_gateway_id | string | The ID of the customer gateway at your end of the VPN connection. |
static_routes_only | boolean | Indicates whether the VPN connection uses static routes only. |
transit_gateway_id | string | The ID of the transit gateway associated with the VPN connection. |
type | string | The type of VPN connection. |
vpn_gateway_id | string | The ID of the virtual private gateway at the AWS side of the VPN connection. |
vpn_tunnel_options_specifications | array | The tunnel options for the VPN connection. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all vpn_connections
in a region.
SELECT
region,
vpn_connection_id,
customer_gateway_id,
static_routes_only,
transit_gateway_id,
type,
vpn_gateway_id,
vpn_tunnel_options_specifications,
tag_key,
tag_value
FROM aws.ec2.vpn_connection_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the vpn_connection_tags
resource, see vpn_connections