@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-27T20:28:49.501Z") @Stability(value=Deprecated) @Deprecated public class StartExecution extends software.amazon.jsii.JsiiObject implements IStepFunctionsTask
It supports three service integration patterns: FIRE_AND_FORGET, SYNC and WAIT_FOR_TASK_TOKEN.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.stepfunctions.*;
import software.amazon.awscdk.services.stepfunctions.tasks.*;
Object input;
StateMachine stateMachine;
StartExecution startExecution = StartExecution.Builder.create(stateMachine)
.input(Map.of(
"inputKey", input))
.integrationPattern(ServiceIntegrationPattern.FIRE_AND_FORGET)
.name("name")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
StartExecution.Builder
Deprecated.
|
software.amazon.jsii.JsiiObject.InitializationModeIStepFunctionsTask.Jsii$Default, IStepFunctionsTask.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
StartExecution(IStateMachine stateMachine)
Deprecated.
|
|
StartExecution(IStateMachine stateMachine,
StartExecutionProps props)
Deprecated.
|
protected |
StartExecution(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
StartExecution(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
StepFunctionsTaskConfig |
bind(Task task)
Deprecated.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected StartExecution(software.amazon.jsii.JsiiObjectRef objRef)
protected StartExecution(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Deprecated) @Deprecated public StartExecution(@NotNull IStateMachine stateMachine, @Nullable StartExecutionProps props)
stateMachine - This parameter is required.props - @Stability(value=Deprecated) @Deprecated public StartExecution(@NotNull IStateMachine stateMachine)
stateMachine - This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull public StepFunctionsTaskConfig bind(@NotNull Task task)
bind in interface IStepFunctionsTasktask - This parameter is required.Copyright © 2022. All rights reserved.