regexMatch

@JvmName(name = "nnejmfqpwklsodcc")
suspend fun regexMatch(value: Output<String>)
@JvmName(name = "lvlagwhjfttmsebe")
suspend fun regexMatch(value: String?)

Parameters

value

For satisfying the matchRule condition, the path of the request must satisfy the regular expression specified in regexMatch after removing any query parameters and anchor supplied with the original URL. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript Only one of prefixMatch, fullPathMatch or regexMatch must be specified.