Uses of Class
software.amazon.awscdk.services.stepfunctions.DistributedMap
Package
Description
AWS Step Functions Construct Library
-
Uses of DistributedMap in software.amazon.awscdk.services.stepfunctions
Modifier 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.