DispatchRuleNotifyRuleArgs

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

Constructors

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

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.

Functions

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