turbot/aws_compliance

Query: cloudformation_stack_notifications_enabled

Usage

powerpipe query aws_compliance.query.cloudformation_stack_notifications_enabled

Steampipe Tables

SQL

select
id as resource,
case
when jsonb_array_length(notification_arns) > 0 then 'ok'
else 'alarm'
end as status,
case
when jsonb_array_length(notification_arns) > 0 then title || ' notifications enabled.'
else title || ' notifications disabled.'
end as reason,
region,
account_id
from
aws_cloudformation_stack;

Controls

The query is being used by the following controls: