turbot/aws_compliance

Query: waf_web_acl_logging_enabled

Usage

powerpipe query aws_compliance.query.waf_web_acl_logging_enabled

Steampipe Tables

SQL

select
arn as resource,
case
when logging_configuration is null then 'alarm'
else 'ok'
end as status,
case
when logging_configuration is null then title || ' logging disabled.'
else title || ' logging enabled.'
end as reason,
region,
account_id
from
aws_waf_web_acl;

Controls

The query is being used by the following controls: