vpn_connection_route
Gets an individual vpn_connection_route
resource
Overview
Name | vpn_connection_route |
Type | Resource |
Description | vpn_connection_route |
Id | awscc.ec2.vpn_connection_route |
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_route
WHERE data__Identifier = '<DestinationCidrBlock>|<VpnConnectionId>';
Permissions
To operate on the vpn_connection_route
resource, the following permissions are required:
Read
ec2:DescribeVpnConnections
Delete
ec2:DeleteVpnConnectionRoute,
ec2:DescribeVpnConnections