Class CfnRoutePropsMixin.UriPathRouteInputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.refactorspaces.mixins.CfnRoutePropsMixin.UriPathRouteInputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRoutePropsMixin.UriPathRouteInputProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRoutePropsMixin.UriPathRouteInputProperty
@Stability(Stable)
@Internal
public static final class CfnRoutePropsMixin.UriPathRouteInputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRoutePropsMixin.UriPathRouteInputProperty
An implementation for
CfnRoutePropsMixin.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.mixins.preview.services.refactorspaces.mixins.CfnRoutePropsMixin.UriPathRouteInputProperty
CfnRoutePropsMixin.UriPathRouteInputProperty.Builder, CfnRoutePropsMixin.UriPathRouteInputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRoutePropsMixin.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 theCfnRoutePropsMixin.UriPathRouteInputProperty.Builder.
-
-
Method Details
-
getActivationState
Description copied from interface:CfnRoutePropsMixin.UriPathRouteInputPropertyIf set toACTIVE, traffic is forwarded to this route’s service after the route is created.- Specified by:
getActivationStatein interfaceCfnRoutePropsMixin.UriPathRouteInputProperty- See Also:
-
getAppendSourcePath
Description copied from interface:CfnRoutePropsMixin.UriPathRouteInputPropertyIf set totrue, this option appends the source path to the service URL endpoint.Returns union: either
BooleanorIResolvable- Specified by:
getAppendSourcePathin interfaceCfnRoutePropsMixin.UriPathRouteInputProperty- See Also:
-
getIncludeChildPaths
Description copied from interface:CfnRoutePropsMixin.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 interfaceCfnRoutePropsMixin.UriPathRouteInputProperty- See Also:
-
getMethods
Description copied from interface:CfnRoutePropsMixin.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 interfaceCfnRoutePropsMixin.UriPathRouteInputProperty- See Also:
-
getSourcePath
Description copied from interface:CfnRoutePropsMixin.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 interfaceCfnRoutePropsMixin.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()
-