| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions |
AWS Step Functions Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Map.Builder |
Map.Builder.comment(String comment)
(experimental) An optional description for this state.
|
static Map.Builder |
Map.Builder.create(software.constructs.Construct scope,
String id) |
Map.Builder |
Map.Builder.inputPath(String inputPath)
(experimental) JSONPath expression to select part of the state to be the input to this state.
|
Map.Builder |
Map.Builder.itemsPath(String itemsPath)
(experimental) JSONPath expression to select the array to iterate over.
|
Map.Builder |
Map.Builder.maxConcurrency(Number maxConcurrency)
(experimental) MaxConcurrency.
|
Map.Builder |
Map.Builder.outputPath(String outputPath)
(experimental) JSONPath expression to select part of the state to be the output to this state.
|
Map.Builder |
Map.Builder.parameters(Map<String,? extends Object> parameters)
(experimental) The JSON that you want to override your default iteration input.
|
Map.Builder |
Map.Builder.resultPath(String resultPath)
(experimental) JSONPath expression to indicate where to inject the state's output.
|
Map.Builder |
Map.Builder.resultSelector(Map<String,? extends Object> resultSelector)
(experimental) The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
|
Copyright © 2021. All rights reserved.