Skip to main content

route

Gets an individual route resource

Overview

Nameroute
TypeResource
Descriptionroute
Idawscc.ec2.route

Fields

NameDatatypeDescription
carrier_gateway_idstringThe ID of the carrier gateway.
cidr_blockstringThe primary identifier of the resource generated by the service.
core_network_arnstringThe Amazon Resource Name (ARN) of the core network.
destination_cidr_blockstringThe IPv4 CIDR block used for the destination match.
destination_ipv6_cidr_blockstringThe IPv6 CIDR block used for the destination match.
destination_prefix_list_idstringThe ID of managed prefix list, it's a set of one or more CIDR blocks.
egress_only_internet_gateway_idstringThe ID of the egress-only internet gateway.
gateway_idstringThe ID of an internet gateway or virtual private gateway attached to your VPC.
instance_idstringThe ID of a NAT instance in your VPC.
local_gateway_idstringThe ID of the local gateway.
nat_gateway_idstringThe ID of a NAT gateway.
network_interface_idstringThe ID of the network interface.
route_table_idstringThe ID of the route table. The routing table must be associated with the same VPC that the virtual private gateway is attached to.
transit_gateway_idstringThe ID of a transit gateway.
vpc_endpoint_idstringThe ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.
vpc_peering_connection_idstringThe ID of a VPC peering connection.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
carrier_gateway_id,
cidr_block,
core_network_arn,
destination_cidr_block,
destination_ipv6_cidr_block,
destination_prefix_list_id,
egress_only_internet_gateway_id,
gateway_id,
instance_id,
local_gateway_id,
nat_gateway_id,
network_interface_id,
route_table_id,
transit_gateway_id,
vpc_endpoint_id,
vpc_peering_connection_id
FROM awscc.ec2.route
WHERE data__Identifier = '<RouteTableId>|<CidrBlock>';

Permissions

To operate on the route resource, the following permissions are required:

Read

ec2:DescribeRouteTables

Update

ec2:ReplaceRoute,
ec2:DescribeRouteTables,
ec2:DescribeNetworkInterfaces

Delete

ec2:DeleteRoute,
ec2:DescribeRouteTables