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