matchValue

@JvmName(name = "pcmrfuwawdwjcgxm")
suspend fun matchValue(value: Output<List<String>>)
@JvmName(name = "emhyqseyfavgrcsy")
suspend fun matchValue(value: List<String>)

Parameters

value

List of possible match values.


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


@JvmName(name = "indyoyokncrtqfbi")
suspend fun matchValue(values: List<Output<String>>)
@JvmName(name = "konjgwdupjeholot")
suspend fun matchValue(vararg values: String)

Parameters

values

List of possible match values.