turbot/alicloud_insights

Query: vpc_route_tables_detail

Usage

powerpipe query alicloud_insights.query.vpc_route_tables_detail

Steampipe Tables

SQL

select
route_table_id as "Route Table ID",
name as "Name"
from
alicloud_vpc_route_table
where
vpc_id = $1
order by
route_table_id;

Dashboards

The query is used in the dashboards: