Skip to main content

route_table

Gets an individual route_table resource

Overview

Nameroute_table
TypeResource
Descriptionroute_table
Idawscc.ec2.route_table

Fields

NameDatatypeDescription
route_table_idstring
tagsarrayAny tags assigned to the route table.
vpc_idstringThe ID of the VPC.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
route_table_id,
tags,
vpc_id
FROM awscc.ec2.route_table
WHERE data__Identifier = '<RouteTableId>';

Permissions

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

Read

ec2:DescribeRouteTables

Update

ec2:CreateTags,
ec2:DeleteTags,
ec2:DescribeRouteTables

Delete

ec2:DescribeRouteTables,
ec2:DeleteRouteTable