turbot/alicloud_insights

Query: vpc_vswitch_count

Usage

powerpipe query alicloud_insights.query.vpc_vswitch_count

Steampipe Tables

SQL

select
'vSwitches' as label,
count(*) as value,
case
when count(*) > 0 then 'ok'
else 'alert'
end as type
from
alicloud_vpc_vswitch
where
vpc_id = $1;

Dashboards

The query is used in the dashboards: