DispatchRuleNotifyRuleArgs

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

Constructors

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

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
val notifyEndTime: Output<String>

End time of notification.

Link copied to clipboard

Sets the notification object. See notify_objects below.

Link copied to clipboard
val notifyStartTime: Output<String>

Start time of notification.

Functions

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