matchValues

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

Parameters

value

A list of one or more string or integer values(e.g. "1") representing the value of the request file name to match. If multiple values are specified, they're evaluated using OR logic.

Note: The match_values field is only optional if the operator is set to Any.


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


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

Parameters

values

A list of one or more string or integer values(e.g. "1") representing the value of the request file name to match. If multiple values are specified, they're evaluated using OR logic.

Note: The match_values field is only optional if the operator is set to Any.