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 Amazon CloudFormation template, use the following syntax:
JSON
{ "MessageTypes" :[ String, ... ], "Severities" :[ String, ... ]}
YAML
MessageTypes:- StringSeverities:- 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: List of String
Maximum:
5Update 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
HIGHandMEDIUMseverity levels. For more information, see Understanding insight severities.Required: No
Type: List of String
Maximum:
3Update requires: Replacement