route_table
Gets an individual route_table
resource
Overview
Name | route_table |
Type | Resource |
Description | route_table |
Id | awscc.ec2.route_table |
Fields
Name | Datatype | Description |
---|---|---|
route_table_id | string | |
tags | array | Any tags assigned to the route table. |
vpc_id | string | The ID of the VPC. |
region | string | AWS 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