@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:43.945Z") @Stability(value=Experimental) 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()
(experimental) The JSON input for the execution, same as that of StartExecution.
|
default String |
getName()
(experimental) The name of the execution, same as that of StartExecution.
|
IStateMachine |
getStateMachine()
(experimental) The Step Functions state machine to start the execution on.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getTimeout
@Stability(value=Experimental) @NotNull IStateMachine getStateMachine()
@Stability(value=Experimental) @Nullable default TaskInput getInput()
Default: - The state input (JSON path '$')
https://docs.aws.amazon.com/step-functions/latest/apireference/API_StartExecution.html
@Stability(value=Experimental) @Nullable default String getName()
Default: - None
https://docs.aws.amazon.com/step-functions/latest/apireference/API_StartExecution.html
@Stability(value=Experimental) static StepFunctionsStartExecutionProps.Builder builder()
builder
in interface TaskStateBaseProps
StepFunctionsStartExecutionProps.Builder
of StepFunctionsStartExecutionProps
Copyright © 2021. All rights reserved.