vpn_connection_routes
Retrieves a list of vpn_connection_routes
in a region
Overview
Name | vpn_connection_routes |
Type | Resource |
Description | vpn_connection_routes |
Id | awscc.ec2.vpn_connection_routes |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
destination_cidr_block,
vpn_connection_id
FROM awscc.ec2.vpn_connection_routes
WHERE region = 'us-east-1'
Permissions
To operate on the vpn_connection_routes
resource, the following permissions are required:
Create
ec2:CreateVpnConnectionRoute,
ec2:DescribeVpnConnections
List
ec2:DescribeVpnConnections