turbot/alicloud_insights

Query: vpc_vswitch_input

Usage

powerpipe query alicloud_insights.query.vpc_vswitch_input

Steampipe Tables

SQL

select
title as label,
vswitch_id as value,
json_build_object(
'account_id',
account_id,
'region',
region,
'vswitch_id',
vswitch_id
) as tags
from
alicloud_vpc_vswitch
order by
title;

Dashboards

The query is used in the dashboards: