regexes

@JvmName(name = "gyfiwcwdfvfxfrac")
suspend fun regexes(value: Output<List<String>>)
@JvmName(name = "duglhbfxgqtrrcft")
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 = "rmddmskdliyvxqrl")
suspend fun regexes(vararg values: Output<String>)


@JvmName(name = "vxproagfhymahlrm")
suspend fun regexes(values: List<Output<String>>)
@JvmName(name = "solargchovyfyxke")
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).