notifyRules

@JvmName(name = "ctbyhfanrjlisket")
suspend fun notifyRules(value: Output<List<DispatchRuleNotifyRuleArgs>>)
@JvmName(name = "otfexqxnwfwlcvem")
suspend fun notifyRules(value: List<DispatchRuleNotifyRuleArgs>?)

Parameters

value

Sets the notification rule. See notify_rules below. It will be ignored when dispatch_type = "DISCARD_ALERT".


@JvmName(name = "vhxcdohqmiregviu")
suspend fun notifyRules(vararg values: Output<DispatchRuleNotifyRuleArgs>)


@JvmName(name = "vbaiyxbkgmjrarsg")
suspend fun notifyRules(values: List<Output<DispatchRuleNotifyRuleArgs>>)
@JvmName(name = "gutxxraalyavrhyu")
suspend fun notifyRules(vararg values: DispatchRuleNotifyRuleArgs)

Parameters

values

Sets the notification rule. See notify_rules below. It will be ignored when dispatch_type = "DISCARD_ALERT".


@JvmName(name = "ubftxwdlgchfxlwd")
suspend fun notifyRules(argument: List<suspend DispatchRuleNotifyRuleArgsBuilder.() -> Unit>)
@JvmName(name = "jugkvdxuxnasrxok")
suspend fun notifyRules(vararg argument: suspend DispatchRuleNotifyRuleArgsBuilder.() -> Unit)
@JvmName(name = "uknfwhifuuiveaop")
suspend fun notifyRules(argument: suspend DispatchRuleNotifyRuleArgsBuilder.() -> Unit)

Parameters

argument

Sets the notification rule. See notify_rules below. It will be ignored when dispatch_type = "DISCARD_ALERT".