| Package | Description |
|---|---|
| software.amazon.awscdk.services.appmesh |
AWS App Mesh Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static HttpGatewayRoutePathMatch |
HttpGatewayRoutePathMatch.exactly(String path)
The value of the path must match the specified value exactly.
|
static HttpGatewayRoutePathMatch |
HttpGatewayRoutePathMatch.exactly(String path,
String rewriteTo)
The value of the path must match the specified value exactly.
|
default HttpGatewayRoutePathMatch |
HttpGatewayRouteMatch.getPath()
Specify how to match requests based on the 'path' part of their URL.
|
HttpGatewayRoutePathMatch |
HttpGatewayRouteMatch.Jsii$Proxy.getPath() |
static HttpGatewayRoutePathMatch |
HttpGatewayRoutePathMatch.regex(String regex)
The value of the path must match the specified regex.
|
static HttpGatewayRoutePathMatch |
HttpGatewayRoutePathMatch.regex(String regex,
String rewriteTo)
The value of the path must match the specified regex.
|
static HttpGatewayRoutePathMatch |
HttpGatewayRoutePathMatch.startsWith(String prefix)
The value of the path must match the specified prefix.
|
static HttpGatewayRoutePathMatch |
HttpGatewayRoutePathMatch.startsWith(String prefix,
String rewriteTo)
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() |
Copyright © 2022. All rights reserved.