DispatchRuleNotifyRuleArgs

data class DispatchRuleNotifyRuleArgs(val notifyChannels: Output<List<String>>, val notifyObjects: Output<List<DispatchRuleNotifyRuleNotifyObjectArgs>>) : ConvertibleToJava<DispatchRuleNotifyRuleArgs>

Constructors

Link copied to clipboard
fun DispatchRuleNotifyRuleArgs(notifyChannels: Output<List<String>>, notifyObjects: Output<List<DispatchRuleNotifyRuleNotifyObjectArgs>>)

Functions

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

Properties

Link copied to clipboard
val notifyChannels: Output<List<String>>

The notification method. Valid values: dingTalk, sms, webhook, email, and wechat.

Link copied to clipboard

Sets the notification object. See notify_objects below.