@Stability(value=Stable) @Internal public static final class CfnRoute.UriPathRouteInputProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRoute.UriPathRouteInputProperty
CfnRoute.UriPathRouteInputPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnRoute.UriPathRouteInputProperty.Builder, CfnRoute.UriPathRouteInputProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnRoute.UriPathRouteInputProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnRoute.DefaultRouteInputProperty.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 |
getActivationState()
Indicates whether traffic is forwarded to this route’s service after the route is created.
|
Object |
getIncludeChildPaths()
Indicates whether to match all subpaths of the given source path.
|
List<String> |
getMethods()
A list of HTTP methods to match.
|
String |
getSourcePath()
The path to use to match traffic.
|
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(CfnRoute.UriPathRouteInputProperty.Builder builder)
CfnRoute.DefaultRouteInputProperty.Builder.public final String getActivationState()
CfnRoute.UriPathRouteInputPropertygetActivationState in interface CfnRoute.UriPathRouteInputPropertypublic final Object getIncludeChildPaths()
CfnRoute.UriPathRouteInputProperty
If this value is false , requests must match the source path exactly before they are forwarded to this route's service.
getIncludeChildPaths in interface CfnRoute.UriPathRouteInputPropertypublic final List<String> getMethods()
CfnRoute.UriPathRouteInputPropertyAn empty list matches all values. If a method is present, only HTTP requests using that method are forwarded to this route’s service.
getMethods in interface CfnRoute.UriPathRouteInputPropertypublic final String getSourcePath()
CfnRoute.UriPathRouteInputProperty
Paths must start with / and are relative to the base of the application.
getSourcePath in interface CfnRoute.UriPathRouteInputProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.