@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:38.422Z") @Stability(value=Experimental) public interface ChoiceProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ChoiceProps.Builder
A builder for
ChoiceProps |
static class |
ChoiceProps.Jsii$Proxy
An implementation for
ChoiceProps |
| Modifier and Type | Method and Description |
|---|---|
static ChoiceProps.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.
|
@Stability(value=Experimental) @Nullable default String getComment()
Default: No comment
@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: $
@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: $
@Stability(value=Experimental) static ChoiceProps.Builder builder()
ChoiceProps.Builder of ChoicePropsCopyright © 2021. All rights reserved.