rulesEngineMatchValue

@JvmName(name = "gvgqmoabqhwarfdo")
suspend fun rulesEngineMatchValue(value: Output<List<String>>)
@JvmName(name = "pylvnhhuqtlagnae")
suspend fun rulesEngineMatchValue(value: List<String>)

Parameters

value

Match values to match against. The operator will apply to each value in here with OR semantics. If any of them match the variable with the given operator this match condition is considered a match.


@JvmName(name = "gaoijnuxellxpcva")
suspend fun rulesEngineMatchValue(vararg values: Output<String>)


@JvmName(name = "gyytnvocatdnnjcd")
suspend fun rulesEngineMatchValue(values: List<Output<String>>)
@JvmName(name = "icrkdaokgrvjdbcv")
suspend fun rulesEngineMatchValue(vararg values: String)

Parameters

values

Match values to match against. The operator will apply to each value in here with OR semantics. If any of them match the variable with the given operator this match condition is considered a match.