regexMatch

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

Parameters

value

The HTTP request path value must satisfy the regular expression specified by regex_match after removing any query parameters and anchor supplied with the original URL. For regular expression grammar, please see https://github.com/google/re2/wiki/Syntax Only one of full_path_match, prefix_match, or regex_match should be used.