@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:38.427Z") @Stability(value=Experimental) public interface ParallelProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ParallelProps.Builder
A builder for
ParallelProps |
static class |
ParallelProps.Jsii$Proxy
An implementation for
ParallelProps |
| Modifier and Type | Method and Description |
|---|---|
static ParallelProps.Builder |
builder() |
default String |
getComment()
(experimental) An optional description for this state.
|
default String |
getInputPath()
(experimental) JSONPath expression to select part of the state to be the input to this state.
|
default String |
getOutputPath()
(experimental) JSONPath expression to select part of the state to be the output to this state.
|
default String |
getResultPath()
(experimental) JSONPath expression to indicate where to inject the state's output.
|
default Map<String,Object> |
getResultSelector()
(experimental) The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
|
@Stability(value=Experimental) @Nullable default String getComment()
Default: No comment
@Stability(value=Experimental) @Nullable default String getInputPath()
May also be the special value JsonPath.DISCARD, which will cause the effective input to be the empty object {}.
Default: $
@Stability(value=Experimental) @Nullable default String getOutputPath()
May also be the special value JsonPath.DISCARD, which will cause the effective output to be the empty object {}.
Default: $
@Stability(value=Experimental) @Nullable default String getResultPath()
May also be the special value JsonPath.DISCARD, which will cause the state's input to become its output.
Default: $
@Stability(value=Experimental) @Nullable default Map<String,Object> getResultSelector()
You can use ResultSelector to create a payload with values that are static or selected from the state's raw result.
Default: - None
https://docs.aws.amazon.com/step-functions/latest/dg/input-output-inputpath-params.html#input-output-resultselector@Stability(value=Experimental) static ParallelProps.Builder builder()
ParallelProps.Builder of ParallelPropsCopyright © 2021. All rights reserved.