Uses of Class
software.amazon.awscdk.services.stepfunctions.DistributedMap
Packages that use DistributedMap
Package
Description
AWS Step Functions Construct Library
-
Uses of DistributedMap in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions that return DistributedMapModifier and TypeMethodDescriptionDistributedMap.addCatch(IChainable handler) Add a recovery handler for this state.DistributedMap.addCatch(IChainable handler, CatchProps props) Add a recovery handler for this state.DistributedMap.addRetry()Add retry configuration for this state.DistributedMap.addRetry(RetryProps props) Add retry configuration for this state.DistributedMap.Builder.build()DistributedMap.itemProcessor(IChainable processor) Define item processor in a Distributed Map.DistributedMap.itemProcessor(IChainable processor, ProcessorConfig config) Define item processor in a Distributed Map.static DistributedMapDefine a Distributed Mode Map state using JSONata in the state machine.static DistributedMapDistributedMap.jsonata(software.constructs.Construct scope, String id, DistributedMapJsonataProps props) Define a Distributed Mode Map state using JSONata in the state machine.static DistributedMapDefine a Distributed Mode Map state using JSONPath in the state machine.static DistributedMapDistributedMap.jsonPath(software.constructs.Construct scope, String id, DistributedMapJsonPathProps props) Define a Distributed Mode Map state using JSONPath in the state machine.