turbot/alicloud_insights

Query: kms_key_state

Usage

powerpipe query alicloud_insights.query.kms_key_state

Steampipe Tables

SQL

select
'State' as label,
key_state as value
from
alicloud_kms_key
where
arn = $1
and account_id = split_part($1,':',4)
and region = split_part($1,':',3);

Dashboards

The query is used in the dashboards: