@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:42.591Z") @Stability(value=Stable) 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()
An optional description for this state.
|
default String |
getInputPath()
JSONPath expression to select part of the state to be the input to this state.
|
default String |
getOutputPath()
JSONPath expression to select part of the state to be the output to this state.
|
default String |
getResultPath()
JSONPath expression to indicate where to inject the state's output.
|
@Stability(value=Stable) @Nullable default String getComment()
Default: No comment
@Stability(value=Stable) @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=Stable) @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=Stable) @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=Stable) static ParallelProps.Builder builder()
ParallelProps.Builder of ParallelPropsCopyright © 2021. All rights reserved.