interface NotificationFilterConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DevOpsGuru.CfnNotificationChannel.NotificationFilterConfigProperty |
![]() | software.amazon.awscdk.services.devopsguru.CfnNotificationChannel.NotificationFilterConfigProperty |
![]() | aws_cdk.aws_devopsguru.CfnNotificationChannel.NotificationFilterConfigProperty |
![]() | @aws-cdk/aws-devopsguru » CfnNotificationChannel » NotificationFilterConfigProperty |
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.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as devopsguru from '@aws-cdk/aws-devopsguru';
const notificationFilterConfigProperty: devopsguru.CfnNotificationChannel.NotificationFilterConfigProperty = {
messageTypes: ['messageTypes'],
severities: ['severities'],
};
Properties
Name | Type | Description |
---|---|---|
message | string[] | The events that you want to receive notifications for. |
severities? | string[] | The severity levels that you want to receive notifications for. |
messageTypes?
Type:
string[]
(optional)
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.
severities?
Type:
string[]
(optional)
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 .