@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.161Z") @Stability(value=Experimental) public interface PassProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
PassProps.Builder
A builder for
PassProps |
static class |
PassProps.Jsii$Proxy
An implementation for
PassProps |
| Modifier and Type | Method and Description |
|---|---|
static PassProps.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 Map<String,Object> |
getParameters()
(experimental) Parameters pass a collection of key-value pairs, either static values or JSONPath expressions that select from the input.
|
default Result |
getResult()
(experimental) If given, treat as the result of this operation.
|
default String |
getResultPath()
(experimental) JSONPath expression to indicate where to inject the state's output.
|
@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 Map<String,Object> getParameters()
Default: No parameters
https://docs.aws.amazon.com/step-functions/latest/dg/input-output-inputpath-params.html#input-output-parameters@Stability(value=Experimental) @Nullable default Result getResult()
Can be used to inject or replace the current execution state.
Default: No injected result
@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) static PassProps.Builder builder()
PassProps.Builder of PassPropsCopyright © 2021. All rights reserved.