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
fun NotificationChannelNotificationFilterConfigArgs(messageTypes: Output<List<NotificationChannelNotificationMessageType>>? = null, severities: Output<List<NotificationChannelInsightSeverity>>? = null)