route
Gets an individual route
resource
Overview
Name | route |
Type | Resource |
Description | route |
Id | awscc.ec2.route |
Fields
Name | Datatype | Description |
---|---|---|
carrier_gateway_id | string | The ID of the carrier gateway. |
cidr_block | string | The primary identifier of the resource generated by the service. |
core_network_arn | string | The Amazon Resource Name (ARN) of the core network. |
destination_cidr_block | string | The IPv4 CIDR block used for the destination match. |
destination_ipv6_cidr_block | string | The IPv6 CIDR block used for the destination match. |
destination_prefix_list_id | string | The ID of managed prefix list, it's a set of one or more CIDR blocks. |
egress_only_internet_gateway_id | string | The ID of the egress-only internet gateway. |
gateway_id | string | The ID of an internet gateway or virtual private gateway attached to your VPC. |
instance_id | string | The ID of a NAT instance in your VPC. |
local_gateway_id | string | The ID of the local gateway. |
nat_gateway_id | string | The ID of a NAT gateway. |
network_interface_id | string | The ID of the network interface. |
route_table_id | string | The 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_id | string | The ID of a transit gateway. |
vpc_endpoint_id | string | The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only. |
vpc_peering_connection_id | string | The ID of a VPC peering connection. |
region | string | AWS 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