| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions |
AWS Step Functions Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default StateMachineType |
StateMachineProps.getStateMachineType()
(experimental) Type of the state machine.
|
StateMachineType |
StateMachineProps.Jsii$Proxy.getStateMachineType() |
StateMachineType |
StateMachine.getStateMachineType()
(experimental) Type of the state machine.
|
static StateMachineType |
StateMachineType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateMachineType[] |
StateMachineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StateMachineProps.Builder |
StateMachineProps.Builder.stateMachineType(StateMachineType stateMachineType)
Sets the value of
StateMachineProps.getStateMachineType() |
StateMachine.Builder |
StateMachine.Builder.stateMachineType(StateMachineType stateMachineType)
(experimental) Type of the state machine.
|
| Constructor and Description |
|---|
Jsii$Proxy(IChainable definition,
LogOptions logs,
IRole role,
String stateMachineName,
StateMachineType stateMachineType,
Duration timeout,
Boolean tracingEnabled)
Constructor that initializes the object based on literal property values passed by the
StateMachineProps.Builder. |
Copyright © 2021. All rights reserved.