turbot/alicloud_insights

Query: oss_bucket_tags_detail

Usage

powerpipe query alicloud_insights.query.oss_bucket_tags_detail

Steampipe Tables

SQL

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

Dashboards

The query is used in the dashboards: