turbot/steampipe-mod-aws-compliance

Query: networkfirewall_firewall_subnet_change_protection_enabled

Usage

powerpipe query aws_compliance.query.networkfirewall_firewall_subnet_change_protection_enabled

SQL

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

Controls

The query is being used by the following controls: