@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T17:52:47.689Z") @Stability(value=Stable) public interface StateMachineProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
StateMachineProps.Builder
A builder for
StateMachineProps |
static class |
StateMachineProps.Jsii$Proxy
An implementation for
StateMachineProps |
| Modifier and Type | Method and Description |
|---|---|
static StateMachineProps.Builder |
builder() |
IChainable |
getDefinition()
Definition for this state machine.
|
default LogOptions |
getLogs()
Defines what execution history events are logged and where they are logged.
|
default IRole |
getRole()
The execution role for the state machine service.
|
default String |
getStateMachineName()
A name for the state machine.
|
default StateMachineType |
getStateMachineType()
Type of the state machine.
|
default Duration |
getTimeout()
Maximum run time for this state machine.
|
default Boolean |
getTracingEnabled()
Specifies whether Amazon X-Ray tracing is enabled for this state machine.
|
@Stability(value=Stable) @NotNull IChainable getDefinition()
@Stability(value=Stable) @Nullable default LogOptions getLogs()
Default: No logging
@Stability(value=Stable) @Nullable default IRole getRole()
Default: A role is automatically created
@Stability(value=Stable) @Nullable default String getStateMachineName()
Default: A name is automatically generated
@Stability(value=Stable) @Nullable default StateMachineType getStateMachineType()
Default: StateMachineType.STANDARD
@Stability(value=Stable) @Nullable default Duration getTimeout()
Default: No timeout
@Stability(value=Stable) @Nullable default Boolean getTracingEnabled()
Default: false
@Stability(value=Stable) static StateMachineProps.Builder builder()
StateMachineProps.Builder of StateMachinePropsCopyright © 2021. All rights reserved.