Notifications Source Alert Args
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>)