matchValues

@JvmName(name = "onfjjhyasaddxyqn")
suspend fun matchValues(value: Output<List<String>>)
@JvmName(name = "uokpddocfexkioop")
suspend fun matchValues(value: List<String>?)

Parameters

value

One or more string or integer values(e.g. "1") representing the value of the query string to match. If multiple values are specified, they're evaluated using OR logic.


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


@JvmName(name = "lpbasdgeihylxilp")
suspend fun matchValues(values: List<Output<String>>)
@JvmName(name = "wldveavffnqqeivp")
suspend fun matchValues(vararg values: String)

Parameters

values

One or more string or integer values(e.g. "1") representing the value of the query string to match. If multiple values are specified, they're evaluated using OR logic.