NotificationChannelFiltersArgs

data class NotificationChannelFiltersArgs(val messageTypes: Output<List<String>>? = null, val severities: Output<List<String>>? = null) : ConvertibleToJava<NotificationChannelFiltersArgs>

Constructors

Link copied to clipboard
constructor(messageTypes: Output<List<String>>? = null, severities: Output<List<String>>? = null)

Properties

Link copied to clipboard
val messageTypes: Output<List<String>>? = null

Events to receive notifications for. Valid values are NEW_INSIGHT, CLOSED_INSIGHT, NEW_ASSOCIATION, SEVERITY_UPGRADED, and NEW_RECOMMENDATION.

Link copied to clipboard
val severities: Output<List<String>>? = null

Severity levels to receive notifications for. Valid values are LOW, MEDIUM, and HIGH.

Functions

Link copied to clipboard
open override fun toJava(): NotificationChannelFiltersArgs