AlertNotificationListArgs

data class AlertNotificationListArgs(val content: Output<String>, val emailLists: Output<List<String>>? = null, val mobileLists: Output<List<String>>? = null, val serviceUri: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<AlertNotificationListArgs>

Constructors

Link copied to clipboard
constructor(content: Output<String>, emailLists: Output<List<String>>? = null, mobileLists: Output<List<String>>? = null, serviceUri: Output<String>? = null, type: Output<String>)

Properties

Link copied to clipboard
val content: Output<String>

Notice content of alarm.

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

Email address list.

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

SMS sending mobile number.

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

Request address.

Link copied to clipboard
val type: Output<String>

Notification type. support Email, SMS, DingTalk, MessageCenter.

Functions

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