turbot/aws_insights

Query: dynamodb_table_default_encryption

Usage

powerpipe query aws_insights.query.dynamodb_table_default_encryption

Steampipe Tables

SQL

select
count(*) as value,
'Encrypted with Default Key' as label
from
aws_dynamodb_table
where
sse_description is null
or sse_description ->> 'SSEType' is null;

Dashboards

The query is used in the dashboards: