turbot/aws_compliance

Query: dynamodb_table_encrypted_with_kms

Usage

powerpipe query aws_compliance.query.dynamodb_table_encrypted_with_kms

Steampipe Tables

SQL

select
arn as resource,
case
when sse_description is null then 'alarm'
else 'ok'
end as status,
case
when sse_description is null then title || ' not encrypted with KMS.'
else title || ' encrypted with KMS.'
end as reason,
region,
account_id
from
aws_dynamodb_table;

Controls

The query is being used by the following controls: