@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:32:10.416Z") @Stability(value=Experimental) public interface HttpGatewayRoutePathMatchConfig extends software.amazon.jsii.JsiiSerializable
HttpGatewayRoutePathMatch.| Modifier and Type | Interface and Description |
|---|---|
static class |
HttpGatewayRoutePathMatchConfig.Builder
A builder for
HttpGatewayRoutePathMatchConfig |
static class |
HttpGatewayRoutePathMatchConfig.Jsii$Proxy
An implementation for
HttpGatewayRoutePathMatchConfig |
| Modifier and Type | Method and Description |
|---|---|
static HttpGatewayRoutePathMatchConfig.Builder |
builder() |
default String |
getPrefixPathMatch()
(experimental) Gateway route configuration for matching on the prefix of the URL path of the request.
|
default CfnGatewayRoute.HttpGatewayRoutePrefixRewriteProperty |
getPrefixPathRewrite()
(experimental) Gateway route configuration for rewriting the prefix of the URL path of the request.
|
default CfnGatewayRoute.HttpPathMatchProperty |
getWholePathMatch()
(experimental) Gateway route configuration for matching on the complete URL path of the request.
|
default CfnGatewayRoute.HttpGatewayRoutePathRewriteProperty |
getWholePathRewrite()
(experimental) Gateway route configuration for rewriting 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 CfnGatewayRoute.HttpGatewayRoutePrefixRewriteProperty getPrefixPathRewrite()
Default: - rewrites the request's URL path to '/'
@Stability(value=Experimental) @Nullable default CfnGatewayRoute.HttpPathMatchProperty getWholePathMatch()
Default: - no matching will be performed on the complete URL path
@Stability(value=Experimental) @Nullable default CfnGatewayRoute.HttpGatewayRoutePathRewriteProperty getWholePathRewrite()
Default: - no rewrite will be performed on the request's complete URL path
@Stability(value=Experimental) static HttpGatewayRoutePathMatchConfig.Builder builder()
Copyright © 2021. All rights reserved.