@Stability(value=Stable) @Internal public static final class HttpGatewayRoutePathMatchConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HttpGatewayRoutePathMatchConfig
HttpGatewayRoutePathMatchConfigsoftware.amazon.jsii.JsiiObject.InitializationModeHttpGatewayRoutePathMatchConfig.Builder, HttpGatewayRoutePathMatchConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(HttpGatewayRoutePathMatchConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by the
HttpGatewayRoutePathMatchConfig.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getPrefixPathMatch()
Gateway route configuration for matching on the prefix of the URL path of the request.
|
CfnGatewayRoute.HttpGatewayRoutePrefixRewriteProperty |
getPrefixPathRewrite()
Gateway route configuration for rewriting the prefix of the URL path of the request.
|
CfnGatewayRoute.HttpPathMatchProperty |
getWholePathMatch()
Gateway route configuration for matching on the complete URL path of the request.
|
CfnGatewayRoute.HttpGatewayRoutePathRewriteProperty |
getWholePathRewrite()
Gateway route configuration for rewriting the complete URL path of the request..
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(HttpGatewayRoutePathMatchConfig.Builder builder)
HttpGatewayRoutePathMatchConfig.Builder.public final String getPrefixPathMatch()
HttpGatewayRoutePathMatchConfigDefault: - no matching will be performed on the prefix of the URL path
getPrefixPathMatch in interface HttpGatewayRoutePathMatchConfigpublic final CfnGatewayRoute.HttpGatewayRoutePrefixRewriteProperty getPrefixPathRewrite()
HttpGatewayRoutePathMatchConfigDefault: - rewrites the request's URL path to '/'
getPrefixPathRewrite in interface HttpGatewayRoutePathMatchConfigpublic final CfnGatewayRoute.HttpPathMatchProperty getWholePathMatch()
HttpGatewayRoutePathMatchConfigDefault: - no matching will be performed on the complete URL path
getWholePathMatch in interface HttpGatewayRoutePathMatchConfigpublic final CfnGatewayRoute.HttpGatewayRoutePathRewriteProperty getWholePathRewrite()
HttpGatewayRoutePathMatchConfigDefault: - no rewrite will be performed on the request's complete URL path
getWholePathRewrite in interface HttpGatewayRoutePathMatchConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.