HttpGatewayRouteMatch
An object that represents the criteria for determining a request match.
Contents
- prefix
-
Specifies the path to match requests with. This parameter must always start with
/
, which by itself matches all requests to the virtual service name. You can also match for path-based routing of requests. For example, if your virtual service name ismy-service.local
and you want the route to match requests tomy-service.local/metrics
, your prefix should be/metrics
.Type: String
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: