Uses of Class
software.amazon.awscdk.services.stepfunctions.Map
Packages that use Map
Package
Description
AWS Step Functions Construct Library
- 
Uses of Map in software.amazon.awscdk.services.stepfunctionsMethods in software.amazon.awscdk.services.stepfunctions that return MapModifier and TypeMethodDescriptionMap.addCatch(IChainable handler) Add a recovery handler for this state.Map.addCatch(IChainable handler, CatchProps props) Add a recovery handler for this state.Map.addRetry()Add retry configuration for this state.Map.addRetry(RetryProps props) Add retry configuration for this state.Map.Builder.build()Map.itemProcessor(IChainable processor) Define item processor in Map.Map.itemProcessor(IChainable processor, ProcessorConfig config) Define item processor in Map.Map.iterator(IChainable iterator) Deprecated.static MapDefine a Map state using JSONata in the state machine.static MapMap.jsonata(software.constructs.Construct scope, String id, MapJsonataProps props) Define a Map state using JSONata in the state machine.static MapDefine a Map state using JSONPath in the state machine.static MapMap.jsonPath(software.constructs.Construct scope, String id, MapJsonPathProps props) Define a Map state using JSONPath in the state machine.
itemProcessorinstead.