@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:06.170Z") @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 © 2020. All rights reserved.