Class MapBaseOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.MapBaseOptions.Jsii$Proxy
- All Implemented Interfaces:
AssignableStateOptions,MapBaseOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
MapBaseOptions
@Stability(Stable)
@Internal
public static final class MapBaseOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements MapBaseOptions
An implementation for
MapBaseOptions-
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.stepfunctions.MapBaseOptions
MapBaseOptions.Builder, MapBaseOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(MapBaseOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theMapBaseOptions.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 booleanWorkflow variables to store in this step.The JSON that you want to override your default iteration input (mutually exclusive withparametersandjsonataItemSelector).final StringJsonata expression that evaluates to a JSON array to override your default iteration input (mutually exclusive withparametersanditemSelector).final NumberMaxConcurrency.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 theMapBaseOptions.Builder.
-
-
Method Details
-
getItemSelector
Description copied from interface:MapBaseOptionsThe JSON that you want to override your default iteration input (mutually exclusive withparametersandjsonataItemSelector).Default: $
- Specified by:
getItemSelectorin interfaceMapBaseOptions- See Also:
-
getJsonataItemSelector
Description copied from interface:MapBaseOptionsJsonata expression that evaluates to a JSON array to override your default iteration input (mutually exclusive withparametersanditemSelector).Example value:
{% {\"foo\": \"foo\", \"input\": $states.input} %}Default: $
- Specified by:
getJsonataItemSelectorin interfaceMapBaseOptions
-
getMaxConcurrency
Description copied from interface:MapBaseOptionsMaxConcurrency.An upper bound on the number of iterations you want running at once.
Default: - full concurrency
- Specified by:
getMaxConcurrencyin interfaceMapBaseOptions- See Also:
-
getAssign
Description copied from interface:AssignableStateOptionsWorkflow variables to store in this step.Using workflow variables, you can store data in a step and retrieve that data in future steps.
Default: - Not assign variables
- Specified by:
getAssignin interfaceAssignableStateOptions- 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()
-