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;