regexes

@JvmName(name = "lxmispxhispggkvs")
suspend fun regexes(value: Output<List<String>>)
@JvmName(name = "gwpbfjxkmuorlggj")
suspend fun regexes(value: List<String>)

Parameters

value

RE2 regular expressions used to validate the parameter's value. The value must match the regex in its entirety (substring matches are not sufficient).


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


@JvmName(name = "vdcxbaouhfrdtgjm")
suspend fun regexes(values: List<Output<String>>)
@JvmName(name = "nabfsduqwhkgvvnf")
suspend fun regexes(vararg values: String)

Parameters

values

RE2 regular expressions used to validate the parameter's value. The value must match the regex in its entirety (substring matches are not sufficient).