@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.156Z") @Stability(value=Experimental) 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()
(experimental) Amazon States Language (JSON-based) definition of the state.
|
@Stability(value=Experimental) @NotNull Map<String,Object> getStateJson()
https://docs.aws.amazon.com/step-functions/latest/dg/concepts-amazon-states-language.html@Stability(value=Experimental) static CustomStateProps.Builder builder()
CustomStateProps.Builder of CustomStatePropsCopyright © 2021. All rights reserved.