conditions

@JvmName(name = "mkqcnwkektejtgpj")
suspend fun conditions(value: Output<List<ListenerRuleConditionArgs>>)
@JvmName(name = "lrwthlutjwnvqcxa")
suspend fun conditions(value: List<ListenerRuleConditionArgs>?)

Parameters

value

A Condition block. Multiple condition blocks of different types can be set and all must be satisfied for the rule to match. Condition blocks are documented below.


@JvmName(name = "ccyvwwrbaqtqbhyx")
suspend fun conditions(vararg values: Output<ListenerRuleConditionArgs>)


@JvmName(name = "mnnbvleppgwscrol")
suspend fun conditions(values: List<Output<ListenerRuleConditionArgs>>)
@JvmName(name = "tkivsplkthohwepd")
suspend fun conditions(vararg values: ListenerRuleConditionArgs)

Parameters

values

A Condition block. Multiple condition blocks of different types can be set and all must be satisfied for the rule to match. Condition blocks are documented below.


@JvmName(name = "fgcmwkwuxbtphgce")
suspend fun conditions(argument: List<suspend ListenerRuleConditionArgsBuilder.() -> Unit>)
@JvmName(name = "alhvjylndhtfsfem")
suspend fun conditions(vararg argument: suspend ListenerRuleConditionArgsBuilder.() -> Unit)
@JvmName(name = "ahhsuiriklpfbvwm")
suspend fun conditions(argument: suspend ListenerRuleConditionArgsBuilder.() -> Unit)

Parameters

argument

A Condition block. Multiple condition blocks of different types can be set and all must be satisfied for the rule to match. Condition blocks are documented below.