matches

@JvmName(name = "pbdhnkhwqfvhwdce")
suspend fun matches(value: Output<List<String>>)
@JvmName(name = "pnpiiajltprnxkau")
suspend fun matches(value: List<String>?)

Parameters

value

The list of regular expressions.


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


@JvmName(name = "yulwjmuhfpotjcrx")
suspend fun matches(values: List<Output<String>>)
@JvmName(name = "cxtgthgtlmulcvbr")
suspend fun matches(vararg values: String)

Parameters

values

The list of regular expressions.