@Generated(value="jsii-pacmak/1.15.0 (build 585166b)", date="2021-01-06T15:17:33.899Z") @Stability(value=Stable) public interface CustomStateProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CustomStateProps.Builder
A builder for
CustomStateProps |
static class |
CustomStateProps.Jsii$Proxy
An implementation for
CustomStateProps |
| Modifier and Type | Method and Description |
|---|---|
static CustomStateProps.Builder |
builder() |
Map<String,Object> |
getStateJson()
Amazon States Language (JSON-based) definition of the state.
|
@Stability(value=Stable) @NotNull Map<String,Object> getStateJson()
https://docs.aws.amazon.com/step-functions/latest/dg/concepts-amazon-states-language.html@Stability(value=Stable) static CustomStateProps.Builder builder()
CustomStateProps.Builder of CustomStatePropsCopyright © 2021. All rights reserved.