| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions |
AWS Step Functions Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Map |
Map.addCatch(IChainable handler)
(experimental) Add a recovery handler for this state.
|
Map |
Map.addCatch(IChainable handler,
CatchProps props)
(experimental) Add a recovery handler for this state.
|
Map |
Map.addRetry()
(experimental) Add retry configuration for this state.
|
Map |
Map.addRetry(RetryProps props)
(experimental) Add retry configuration for this state.
|
Map |
Map.Builder.build() |
Map |
Map.iterator(IChainable iterator)
(experimental) Define iterator state machine in Map.
|
Copyright © 2021. All rights reserved.