turbot/alicloud_insights

Query: vpc_vswitch_tags

Usage

powerpipe query alicloud_insights.query.vpc_vswitch_tags

Steampipe Tables

SQL

select
tag ->> 'Key' as "Key",
tag ->> 'Value' as "Value"
from
alicloud_vpc_vswitch,
jsonb_array_elements(tags_src) as tag
where
vswitch_id = $1
order by
tag ->> 'Key';

Dashboards

The query is used in the dashboards: