turbot/alicloud_insights

Query: kms_key_rotation_status

Usage

powerpipe query alicloud_insights.query.kms_key_rotation_status

Steampipe Tables

SQL

select
lower(rotation_status),
count(*) as "Keys"
from
(
select
automatic_rotation as rotation_status
from
alicloud_kms_key
) as t
group by
rotation_status
order by
rotation_status desc;

Dashboards

The query is used in the dashboards: