matchValues

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

Parameters

value

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


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


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

Parameters

values

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