@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:32:10.418Z") @Stability(value=Experimental) public interface HttpRoutePathMatchConfig extends software.amazon.jsii.JsiiSerializable
HttpRoutePathMatch.| Modifier and Type | Interface and Description |
|---|---|
static class |
HttpRoutePathMatchConfig.Builder
A builder for
HttpRoutePathMatchConfig |
static class |
HttpRoutePathMatchConfig.Jsii$Proxy
An implementation for
HttpRoutePathMatchConfig |
| Modifier and Type | Method and Description |
|---|---|
static HttpRoutePathMatchConfig.Builder |
builder() |
default String |
getPrefixPathMatch()
(experimental) Route configuration for matching on the prefix of the URL path of the request.
|
default CfnRoute.HttpPathMatchProperty |
getWholePathMatch()
(experimental) Route configuration for matching on the complete URL path of the request.
|
@Stability(value=Experimental) @Nullable default String getPrefixPathMatch()
Default: - no matching will be performed on the prefix of the URL path
@Stability(value=Experimental) @Nullable default CfnRoute.HttpPathMatchProperty getWholePathMatch()
Default: - no matching will be performed on the complete URL path
@Stability(value=Experimental) static HttpRoutePathMatchConfig.Builder builder()
HttpRoutePathMatchConfig.Builder of HttpRoutePathMatchConfigCopyright © 2021. All rights reserved.