vpn_connection_routes_list_only
Lists vpn_connection_routes
in a region or regions, for all properties use vpn_connection_routes
Overview
Name | vpn_connection_routes_list_only |
Type | Resource |
Description | Resource Type definition for AWS::EC2::VPNConnectionRoute |
Id | aws.ec2.vpn_connection_routes_list_only |
Fields
Name | Datatype | Description |
---|---|---|
destination_cidr_block | string | The CIDR block associated with the local subnet of the customer network. |
vpn_connection_id | string | The ID of the VPN connection. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all vpn_connection_routes
in a region.
SELECT
region,
destination_cidr_block,
vpn_connection_id
FROM aws.ec2.vpn_connection_routes_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the vpn_connection_routes_list_only
resource, see vpn_connection_routes