turbot/alicloud_insights

Query: kms_key_tags

Usage

powerpipe query alicloud_insights.query.kms_key_tags

Steampipe Tables

SQL

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

Dashboards

The query is used in the dashboards: