turbot/aws_compliance

Query: sns_topic_encrypted_at_rest

Usage

powerpipe query aws_compliance.query.sns_topic_encrypted_at_rest

Steampipe Tables

SQL

select
topic_arn as resource,
case
when kms_master_key_id is null then 'alarm'
else 'ok'
end as status,
case
when kms_master_key_id is null then title || ' encryption at rest disabled.'
else title || ' encryption at rest enabled.'
end as reason,
region,
account_id
from
aws_sns_topic;

Controls

The query is being used by the following controls: