Match types for route-based configuration rules.
These options determine how paths are matched for deduplication/cache rules. Multiple match types can be combined (AND logic), except for is which requires an exact match and cannot be combined with others.
is
Optional
Path must end with this suffix
Path must contain this substring
Exact path match
Path must match this regular expression
Path must start with this prefix
Match types for route-based configuration rules.
These options determine how paths are matched for deduplication/cache rules. Multiple match types can be combined (AND logic), except for
iswhich requires an exact match and cannot be combined with others.