Class CfnMapRun.MapRunItemCountsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.CfnMapRun.MapRunItemCountsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMapRun.MapRunItemCountsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMapRun.MapRunItemCountsProperty
@Stability(Stable)
@Internal
public static final class CfnMapRun.MapRunItemCountsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMapRun.MapRunItemCountsProperty
An implementation for
CfnMapRun.MapRunItemCountsProperty-
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.CfnMapRun.MapRunItemCountsProperty
CfnMapRun.MapRunItemCountsProperty.Builder, CfnMapRun.MapRunItemCountsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMapRun.MapRunItemCountsProperty.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 NumberThe total number of items processed in child workflow executions that were stopped.final NumberThe total number of items processed in child workflow executions that have failed.final NumberThe number of items in child workflow executions that cannot be redriven.final NumberThe total number of items to process in child workflow executions that haven't started running yet.final NumberThe number of unsuccessful items currently waiting to be redriven.final NumberThe count of items whose results were written by ResultWriter.final NumberThe total number of items being processed in child workflow executions that are currently in-progress.final NumberThe total number of items processed in child workflow executions that have completed successfully.final NumberThe total number of items processed in child workflow executions that have timed out.final NumbergetTotal()The total number of items processed in all the child workflow executions started by a Map Run.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 theCfnMapRun.MapRunItemCountsProperty.Builder.
-
-
Method Details
-
getAborted
Description copied from interface:CfnMapRun.MapRunItemCountsPropertyThe total number of items processed in child workflow executions that were stopped.- Specified by:
getAbortedin interfaceCfnMapRun.MapRunItemCountsProperty- See Also:
-
getFailed
Description copied from interface:CfnMapRun.MapRunItemCountsPropertyThe total number of items processed in child workflow executions that have failed.- Specified by:
getFailedin interfaceCfnMapRun.MapRunItemCountsProperty- See Also:
-
getFailuresNotRedrivable
Description copied from interface:CfnMapRun.MapRunItemCountsPropertyThe number of items in child workflow executions that cannot be redriven.- Specified by:
getFailuresNotRedrivablein interfaceCfnMapRun.MapRunItemCountsProperty- See Also:
-
getPending
Description copied from interface:CfnMapRun.MapRunItemCountsPropertyThe total number of items to process in child workflow executions that haven't started running yet.- Specified by:
getPendingin interfaceCfnMapRun.MapRunItemCountsProperty- See Also:
-
getPendingRedrive
Description copied from interface:CfnMapRun.MapRunItemCountsPropertyThe number of unsuccessful items currently waiting to be redriven.- Specified by:
getPendingRedrivein interfaceCfnMapRun.MapRunItemCountsProperty- See Also:
-
getResultsWritten
Description copied from interface:CfnMapRun.MapRunItemCountsPropertyThe count of items whose results were written by ResultWriter.- Specified by:
getResultsWrittenin interfaceCfnMapRun.MapRunItemCountsProperty- See Also:
-
getRunning
Description copied from interface:CfnMapRun.MapRunItemCountsPropertyThe total number of items being processed in child workflow executions that are currently in-progress.- Specified by:
getRunningin interfaceCfnMapRun.MapRunItemCountsProperty- See Also:
-
getSucceeded
Description copied from interface:CfnMapRun.MapRunItemCountsPropertyThe total number of items processed in child workflow executions that have completed successfully.- Specified by:
getSucceededin interfaceCfnMapRun.MapRunItemCountsProperty- See Also:
-
getTimedOut
Description copied from interface:CfnMapRun.MapRunItemCountsPropertyThe total number of items processed in child workflow executions that have timed out.- Specified by:
getTimedOutin interfaceCfnMapRun.MapRunItemCountsProperty- See Also:
-
getTotal
Description copied from interface:CfnMapRun.MapRunItemCountsPropertyThe total number of items processed in all the child workflow executions started by a Map Run.- Specified by:
getTotalin interfaceCfnMapRun.MapRunItemCountsProperty- 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()
-