routes_list_only
Lists routes
in a region or regions, for all properties use routes
Overview
Name | routes_list_only |
Type | Resource |
Description | Specifies a route in a route table. For more information, see [Routes](https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html#route-table-routes) in the *Amazon VPC User Guide*. You must specify either a destination CIDR block or prefix list ID. You must also specify exactly one of the resources as the target. If you create a route that references a transit gateway in the same template where you create the transit gateway, you must declare a dependency on the transit gateway attachment. The route table cannot use the transit gateway until it has successfully attached to the VPC. Add a [DependsOn Attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html) in the AWS::EC2::Route resource to explicitly declare a dependency on the AWS::EC2::TransitGatewayAttachment resource. |
Id | aws.ec2.routes_list_only |
Fields
Name | Datatype | Description |
---|---|---|
cidr_block | string | |
route_table_id | string | The ID of the route table for the route. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all routes
in a region.
SELECT
region,
route_table_id,
cidr_block
FROM aws.ec2.routes_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the routes_list_only
resource, see routes