turbot/aws_insights

Query: sqs_queue_encryption

Usage

powerpipe query aws_insights.query.sqs_queue_encryption

Steampipe Tables

SQL

select
'Encryption' as label,
case
when kms_master_key_id is not null
or sqs_managed_sse_enabled then 'Enabled'
else 'Disabled'
end as value,
case
when kms_master_key_id is not null
or sqs_managed_sse_enabled then 'ok'
else 'alert'
end as "type"
from
aws_sqs_queue
where
queue_arn = $1;

Dashboards

The query is used in the dashboards: