pathTemplateMatch

@JvmName(name = "gjymlltbwyfcsmox")
suspend fun pathTemplateMatch(value: Output<String>)
@JvmName(name = "vlywpnkiqkuafnyb")
suspend fun pathTemplateMatch(value: String?)

Parameters

value

For satisfying the matchRule condition, the path of the request must match the wildcard pattern specified in pathTemplateMatch after removing any query parameters and anchor that may be part of the original URL. pathTemplateMatch must be between 1 and 255 characters (inclusive). The pattern specified by pathTemplateMatch may have at most 5 wildcard operators and at most 5 variable captures in total.