Skip to main content

route_tables

Retrieves a list of route_tables in a region

Overview

Nameroute_tables
TypeResource
Descriptionroute_tables
Idawscc.ec2.route_tables

Fields

NameDatatypeDescription
route_table_idstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
route_table_id
FROM awscc.ec2.route_tables
WHERE region = 'us-east-1'

Permissions

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

Create

ec2:CreateRouteTable,
ec2:CreateTags,
ec2:DescribeRouteTables

List

ec2:DescribeRouteTables