| Package | Description |
|---|---|
| software.amazon.awscdk.services.appmesh |
AWS App Mesh Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static HttpGatewayRoutePathMatch |
HttpGatewayRoutePathMatch.exactly(String path)
(experimental) The value of the path must match the specified value exactly.
|
static HttpGatewayRoutePathMatch |
HttpGatewayRoutePathMatch.exactly(String path,
String rewriteTo)
(experimental) The value of the path must match the specified value exactly.
|
default HttpGatewayRoutePathMatch |
HttpGatewayRouteMatch.getPath()
(experimental) Specify how to match requests based on the 'path' part of their URL.
|
HttpGatewayRoutePathMatch |
HttpGatewayRouteMatch.Jsii$Proxy.getPath() |
static HttpGatewayRoutePathMatch |
HttpGatewayRoutePathMatch.regex(String regex)
(experimental) The value of the path must match the specified regex.
|
static HttpGatewayRoutePathMatch |
HttpGatewayRoutePathMatch.regex(String regex,
String rewriteTo)
(experimental) The value of the path must match the specified regex.
|
static HttpGatewayRoutePathMatch |
HttpGatewayRoutePathMatch.startsWith(String prefix)
(experimental) The value of the path must match the specified prefix.
|
static HttpGatewayRoutePathMatch |
HttpGatewayRoutePathMatch.startsWith(String prefix,
String rewriteTo)
(experimental) The value of the path must match the specified prefix.
|
| Modifier and Type | Method and Description |
|---|---|
HttpGatewayRouteMatch.Builder |
HttpGatewayRouteMatch.Builder.path(HttpGatewayRoutePathMatch path)
Sets the value of
HttpGatewayRouteMatch.getPath() |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends HeaderMatch> headers,
GatewayRouteHostnameMatch hostname,
HttpRouteMethod method,
HttpGatewayRoutePathMatch path,
List<? extends QueryParameterMatch> queryParameters,
Boolean rewriteRequestHostname)
Constructor that initializes the object based on literal property values passed by the
HttpGatewayRouteMatch.Builder. |
Copyright © 2021. All rights reserved.