turbot/aws_insights

Query: cloudwatch_log_group_encryption_details

Usage

powerpipe query aws_insights.query.cloudwatch_log_group_encryption_details

Steampipe Tables

SQL

select
case
when kms_key_id is not null then 'Enabled'
else 'Disabled'
end as "Encryption",
kms_key_id as "KMS Key ID"
from
aws_cloudwatch_log_group
where
arn = $1;

Dashboards

The query is used in the dashboards: