@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-05-15T23:35:58.913Z") @Stability(value=Experimental) public interface MapProps extends software.amazon.jsii.JsiiSerializable
EXPERIMENTAL
| Modifier and Type | Interface and Description |
|---|---|
static class |
MapProps.Builder
A builder for
MapProps |
static class |
MapProps.Jsii$Proxy
An implementation for
MapProps |
| Modifier and Type | Method and Description |
|---|---|
static MapProps.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 |
getItemsPath()
JSONPath expression to select the array to iterate over.
|
default Number |
getMaxConcurrency()
MaxConcurrency.
|
default String |
getOutputPath()
JSONPath expression to select part of the state to be the output to this state.
|
default Map<String,Object> |
getParameters()
The JSON that you want to override your default iteration input.
|
default String |
getResultPath()
JSONPath expression to indicate where to inject the state's output.
|
@Stability(value=Experimental) @Nullable default String getComment()
Default: No comment
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default String getInputPath()
May also be the special value DISCARD, which will cause the effective input to be the empty object {}.
Default: $
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default String getItemsPath()
Default: $
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default Number getMaxConcurrency()
An upper bound on the number of iterations you want running at once.
Default: - full concurrency
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default String getOutputPath()
May also be the special value DISCARD, which will cause the effective output to be the empty object {}.
Default: $
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default Map<String,Object> getParameters()
Default: $
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default String getResultPath()
May also be the special value DISCARD, which will cause the state's input to become its output.
Default: $
EXPERIMENTAL
@Stability(value=Experimental) static MapProps.Builder builder()
MapProps.Builder of MapPropsCopyright © 2020. All rights reserved.