NotificationsSourceAlertArgs

data class NotificationsSourceAlertArgs(val minimalSeverity: Output<Either<String, MinimalSeverity>>? = null, val sourceType: Output<String>) : ConvertibleToJava<NotificationsSourceAlertArgs>

Alert notification source

Constructors

Link copied to clipboard
constructor(minimalSeverity: Output<Either<String, MinimalSeverity>>? = null, sourceType: Output<String>)

Properties

Link copied to clipboard
val minimalSeverity: Output<Either<String, MinimalSeverity>>? = null

Defines the minimal alert severity which will be sent as email notifications

Link copied to clipboard
val sourceType: Output<String>

The source type that will trigger the notification Expected value is 'Alert'.

Functions

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