notifyRules

@JvmName(name = "fiyhfrmmxbdgktkv")
suspend fun notifyRules(value: Output<List<DispatchRuleNotifyRuleArgs>>)
@JvmName(name = "doypkfsnduixmerw")
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 = "unqfbwxorsrbkuhc")
suspend fun notifyRules(vararg values: Output<DispatchRuleNotifyRuleArgs>)


@JvmName(name = "eogmeybncdqioass")
suspend fun notifyRules(values: List<Output<DispatchRuleNotifyRuleArgs>>)
@JvmName(name = "nfyuvtuhulqsyrsg")
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 = "ininqyoikysskxmg")
suspend fun notifyRules(argument: List<suspend DispatchRuleNotifyRuleArgsBuilder.() -> Unit>)
@JvmName(name = "gyviglqhoqxgfbyy")
suspend fun notifyRules(vararg argument: suspend DispatchRuleNotifyRuleArgsBuilder.() -> Unit)
@JvmName(name = "pithclqkxkjwtaxb")
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".