AWS::DevOpsGuru::NotificationChannel NotificationFilterConfig
The filter configurations for the Amazon SNS notification topic you use with DevOps Guru. You can choose to specify which events or message types to receive notifications for. You can also choose to specify which severity levels to receive notifications for.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "MessageTypes" :
[ String, ... ]
, "Severities" :[ String, ... ]
}
YAML
MessageTypes:
- String
Severities:- String
Properties
MessageTypes
-
The events that you want to receive notifications for. For example, you can choose to receive notifications only when the severity level is upgraded or a new insight is created.
Required: No
Type: Array of String
Minimum:
1
Maximum:
5
Update requires: Replacement
Severities
-
The severity levels that you want to receive notifications for. For example, you can choose to receive notifications only for insights with
HIGH
andMEDIUM
severity levels. For more information, see Understanding insight severities.Required: No
Type: Array of String
Minimum:
1
Maximum:
3
Update requires: Replacement