matchValues

@JvmName(name = "scwvljtydginnusv")
suspend fun matchValues(value: Output<List<String>>)
@JvmName(name = "psdgdnpivqxdebej")
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 extension to match. If multiple values are specified, they're evaluated using OR logic.


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


@JvmName(name = "njjlxbtkeuqmmtkb")
suspend fun matchValues(values: List<Output<String>>)
@JvmName(name = "wxmjmdsoaoliwjnk")
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 extension to match. If multiple values are specified, they're evaluated using OR logic.