Class CfnRoute.UriPathRouteInputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.refactorspaces.CfnRoute.UriPathRouteInputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRoute.UriPathRouteInputProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRoute.UriPathRouteInputProperty
@Stability(Stable)
@Internal
public static final class CfnRoute.UriPathRouteInputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRoute.UriPathRouteInputProperty
An implementation for
CfnRoute.UriPathRouteInputProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.refactorspaces.CfnRoute.UriPathRouteInputProperty
CfnRoute.UriPathRouteInputProperty.Builder, CfnRoute.UriPathRouteInputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRoute.UriPathRouteInputProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringIf set toACTIVE, traffic is forwarded to this route’s service after the route is created.final ObjectIf set totrue, this option appends the source path to the service URL endpoint.final ObjectIndicates whether to match all subpaths of the given source path.A list of HTTP methods to match.final StringThis is the path that Refactor Spaces uses to match traffic.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnRoute.UriPathRouteInputProperty.Builder.
-
-
Method Details
-
getActivationState
Description copied from interface:CfnRoute.UriPathRouteInputPropertyIf set toACTIVE, traffic is forwarded to this route’s service after the route is created.- Specified by:
getActivationStatein interfaceCfnRoute.UriPathRouteInputProperty- See Also:
-
getAppendSourcePath
Description copied from interface:CfnRoute.UriPathRouteInputPropertyIf set totrue, this option appends the source path to the service URL endpoint.Returns union: either
BooleanorIResolvable- Specified by:
getAppendSourcePathin interfaceCfnRoute.UriPathRouteInputProperty- See Also:
-
getIncludeChildPaths
Description copied from interface:CfnRoute.UriPathRouteInputPropertyIndicates whether to match all subpaths of the given source path.If this value is
false, requests must match the source path exactly before they are forwarded to this route's service.Returns union: either
BooleanorIResolvable- Specified by:
getIncludeChildPathsin interfaceCfnRoute.UriPathRouteInputProperty- See Also:
-
getMethods
Description copied from interface:CfnRoute.UriPathRouteInputPropertyA list of HTTP methods to match.An empty list matches all values. If a method is present, only HTTP requests using that method are forwarded to this route’s service.
- Specified by:
getMethodsin interfaceCfnRoute.UriPathRouteInputProperty- See Also:
-
getSourcePath
Description copied from interface:CfnRoute.UriPathRouteInputPropertyThis is the path that Refactor Spaces uses to match traffic.Paths must start with
/and are relative to the base of the application. To use path parameters in the source path, add a variable in curly braces. For example, the resource path {user} represents a path parameter called 'user'.- Specified by:
getSourcePathin interfaceCfnRoute.UriPathRouteInputProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-