turbot/aws_compliance

Query: cloudwatch_alarm_action_enabled_check

Usage

powerpipe query aws_compliance.query.cloudwatch_alarm_action_enabled_check

Steampipe Tables

SQL

select
arn as resource,
case
when actions_enabled then 'ok'
else 'alarm'
end as status,
case
when actions_enabled then title || ' alarm actions enabled.'
else title || ' alarm actions disabled.'
end as reason,
region,
account_id
from
aws_cloudwatch_alarm;

Controls

The query is being used by the following controls: