Notification Channel Notification Filter Config Args
data class NotificationChannelNotificationFilterConfigArgs(val messageTypes: Output<List<NotificationChannelNotificationMessageType>>? = null, val severities: Output<List<NotificationChannelInsightSeverity>>? = null) : ConvertibleToJava<NotificationChannelNotificationFilterConfigArgs>
Information about filters of a notification channel configured in DevOpsGuru to filter for insights.
Constructors
Link copied to clipboard
constructor(messageTypes: Output<List<NotificationChannelNotificationMessageType>>? = null, severities: Output<List<NotificationChannelInsightSeverity>>? = null)
Properties
Link copied to clipboard
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.
Link copied to clipboard
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 .