turbot/aws_compliance

Query: networkfirewall_firewall_deletion_protection_enabled

Usage

powerpipe query aws_compliance.query.networkfirewall_firewall_deletion_protection_enabled

SQL

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

Controls

The query is being used by the following controls: