turbot/aws_insights

Query: key_policy_std_for_kms_key

Usage

powerpipe query aws_insights.query.key_policy_std_for_kms_key

Steampipe Tables

SQL

select
policy_std
from
aws_kms_key
where
arn = $1
and region = split_part($1, ':', 4)
and account_id = split_part($1, ':', 5);