@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:47:05.087Z") @Stability(value=Experimental) public interface HttpGatewayRouteMatch extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
HttpGatewayRouteMatch.Builder
A builder for
HttpGatewayRouteMatch |
static class |
HttpGatewayRouteMatch.Jsii$Proxy
An implementation for
HttpGatewayRouteMatch |
| Modifier and Type | Method and Description |
|---|---|
static HttpGatewayRouteMatch.Builder |
builder() |
String |
getPrefixPath()
(experimental) Specifies the path to match requests with.
|
@Stability(value=Experimental) @NotNull String getPrefixPath()
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 is my-service.local and you want the route to match requests to my-service.local/metrics, your prefix should be /metrics.
@Stability(value=Experimental) static HttpGatewayRouteMatch.Builder builder()
HttpGatewayRouteMatch.Builder of HttpGatewayRouteMatchCopyright © 2021. All rights reserved.