matchValues

@JvmName(name = "udrvwynhhsqpaaqc")
suspend fun matchValues(value: Output<List<String>>)
@JvmName(name = "tnkaclehgwpxyuhi")
suspend fun matchValues(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 = "yxespqteejrqqduy")
suspend fun matchValues(vararg values: Output<String>)


@JvmName(name = "wvtmaoefoajhhsau")
suspend fun matchValues(values: List<Output<String>>)
@JvmName(name = "kqgytpvbmfmyaavv")
suspend fun matchValues(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.