turbot/aws_compliance

Query: dynamodb_table_deletion_protection_enabled

Usage

powerpipe query aws_compliance.query.dynamodb_table_deletion_protection_enabled

Steampipe Tables

SQL

select
arn as resource,
case
when deletion_protection_enabled then 'ok'
else 'alarm'
end as status,
case
when deletion_protection_enabled then title || ' deletion protection enabled.'
else title || ' deletion protection disabled.'
end as reason,
region,
account_id
from
aws_dynamodb_table;

Controls

The query is being used by the following controls: