matchConditions

@JvmName(name = "soiyptnxgflbpyqb")
suspend fun matchConditions(value: Output<List<RulesEngineMatchConditionArgs>>)
@JvmName(name = "bffnhsfqbcbgtuji")
suspend fun matchConditions(value: List<RulesEngineMatchConditionArgs>?)

Parameters

value

A list of match conditions that must meet in order for the actions of this rule to run. Having no match conditions means the actions will always run.


@JvmName(name = "tkxufmbkfkjtpcnj")
suspend fun matchConditions(vararg values: Output<RulesEngineMatchConditionArgs>)


@JvmName(name = "xxjwqopdedadehvj")
suspend fun matchConditions(values: List<Output<RulesEngineMatchConditionArgs>>)
@JvmName(name = "tecowshykdvbvqxh")
suspend fun matchConditions(vararg values: RulesEngineMatchConditionArgs)

Parameters

values

A list of match conditions that must meet in order for the actions of this rule to run. Having no match conditions means the actions will always run.


@JvmName(name = "cbdnmovjwtsplalp")
suspend fun matchConditions(argument: List<suspend RulesEngineMatchConditionArgsBuilder.() -> Unit>)
@JvmName(name = "kfwwsbdbadpvalhp")
suspend fun matchConditions(vararg argument: suspend RulesEngineMatchConditionArgsBuilder.() -> Unit)
@JvmName(name = "svyqnwebnsvqdiko")
suspend fun matchConditions(argument: suspend RulesEngineMatchConditionArgsBuilder.() -> Unit)

Parameters

argument

A list of match conditions that must meet in order for the actions of this rule to run. Having no match conditions means the actions will always run.