turbot/aws_insights

Query: kms_customer_managed_key_count

Usage

powerpipe query aws_insights.query.kms_customer_managed_key_count

Steampipe Tables

SQL

select
count(*) as "Customer Managed Keys"
from
aws_kms_key
where
key_manager = 'CUSTOMER';

Dashboards

The query is used in the dashboards: