@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:47:05.088Z") @Stability(value=Experimental) public interface HttpRouteMatch extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
HttpRouteMatch.Builder
A builder for
HttpRouteMatch |
static class |
HttpRouteMatch.Jsii$Proxy
An implementation for
HttpRouteMatch |
| Modifier and Type | Method and Description |
|---|---|
static HttpRouteMatch.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 HttpRouteMatch.Builder builder()
HttpRouteMatch.Builder of HttpRouteMatchCopyright © 2021. All rights reserved.