turbot/steampipe-mod-aws-compliance

Query: mq_broker_audit_log_enabled

Usage

powerpipe query aws_compliance.query.mq_broker_audit_log_enabled

Steampipe Tables

SQL

select
arn as resource,
case
when (logs -> 'Audit')::bool then 'ok'
else 'alarm'
end as status,
case
when (logs -> 'Audit')::bool then title || ' audit log enabled.'
else title || ' audit log disabled.'
end as reason
, region, account_id
from
aws_mq_broker;

Controls

The query is being used by the following controls: