@Generated(value="jsii-pacmak/1.15.0 (build 585166b)", date="2020-12-22T12:13:28.431Z") @Stability(value=Stable) public interface StepFunctionsStartExecutionProps extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
StepFunctionsStartExecutionProps.Builder
A builder for
StepFunctionsStartExecutionProps |
static class |
StepFunctionsStartExecutionProps.Jsii$Proxy
An implementation for
StepFunctionsStartExecutionProps |
| Modifier and Type | Method and Description |
|---|---|
static StepFunctionsStartExecutionProps.Builder |
builder() |
default TaskInput |
getInput()
The JSON input for the execution, same as that of StartExecution.
|
default String |
getName()
The name of the execution, same as that of StartExecution.
|
IStateMachine |
getStateMachine()
The Step Functions state machine to start the execution on.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getTimeout@Stability(value=Stable) @NotNull IStateMachine getStateMachine()
@Stability(value=Stable) @Nullable default TaskInput getInput()
Default: - The state input (JSON path '$')
https://docs.aws.amazon.com/step-functions/latest/apireference/API_StartExecution.html@Stability(value=Stable) @Nullable default String getName()
Default: - None
https://docs.aws.amazon.com/step-functions/latest/apireference/API_StartExecution.html@Stability(value=Stable) static StepFunctionsStartExecutionProps.Builder builder()
builder in interface TaskStateBasePropsStepFunctionsStartExecutionProps.Builder of StepFunctionsStartExecutionPropsCopyright © 2020. All rights reserved.