AWS::DevOpsGuru::NotificationChannel NotificationFilterConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: - 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 and MEDIUM severity levels. For more information, see Understanding insight severities.

Required: No

Type: Array of String

Minimum: 1

Maximum: 3

Update requires: Replacement