| Package | Description |
|---|---|
| software.amazon.awscdk.services.appmesh |
AWS App Mesh Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static HttpRoutePathMatch |
HttpRoutePathMatch.exactly(String path)
The value of the path must match the specified value exactly.
|
default HttpRoutePathMatch |
HttpRouteMatch.getPath()
Specifies how is the request matched based on the path part of its URL.
|
HttpRoutePathMatch |
HttpRouteMatch.Jsii$Proxy.getPath() |
static HttpRoutePathMatch |
HttpRoutePathMatch.regex(String regex)
The value of the path must match the specified regex.
|
static HttpRoutePathMatch |
HttpRoutePathMatch.startsWith(String prefix)
The value of the path must match the specified prefix.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRouteMatch.Builder |
HttpRouteMatch.Builder.path(HttpRoutePathMatch path)
Sets the value of
HttpRouteMatch.getPath() |
Copyright © 2022. All rights reserved.