@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-27T20:28:49.436Z") @Stability(value=Deprecated) @Deprecated public class RunLambdaTask extends software.amazon.jsii.JsiiObject implements IStepFunctionsTask
OUTPUT: the output of this task is either the return value of Lambda's
Invoke call, or whatever the Lambda Function posted back using
SendTaskSuccess/SendTaskFailure in waitForTaskToken mode.
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.lambda.*;
import software.amazon.awscdk.services.stepfunctions.*;
import software.amazon.awscdk.services.stepfunctions.tasks.*;
Function function_;
TaskInput taskInput;
RunLambdaTask runLambdaTask = RunLambdaTask.Builder.create(function_)
.clientContext("clientContext")
.integrationPattern(ServiceIntegrationPattern.FIRE_AND_FORGET)
.invocationType(InvocationType.REQUEST_RESPONSE)
.payload(taskInput)
.qualifier("qualifier")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
RunLambdaTask.Builder
Deprecated.
|
software.amazon.jsii.JsiiObject.InitializationModeIStepFunctionsTask.Jsii$Default, IStepFunctionsTask.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
RunLambdaTask(IFunction lambdaFunction)
Deprecated.
|
|
RunLambdaTask(IFunction lambdaFunction,
RunLambdaTaskProps props)
Deprecated.
|
protected |
RunLambdaTask(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
RunLambdaTask(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 RunLambdaTask(software.amazon.jsii.JsiiObjectRef objRef)
protected RunLambdaTask(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Deprecated) @Deprecated public RunLambdaTask(@NotNull IFunction lambdaFunction, @Nullable RunLambdaTaskProps props)
lambdaFunction - This parameter is required.props - @Stability(value=Deprecated) @Deprecated public RunLambdaTask(@NotNull IFunction lambdaFunction)
lambdaFunction - This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull public StepFunctionsTaskConfig bind(@NotNull Task _task)
bind in interface IStepFunctionsTask_task - This parameter is required.Copyright © 2022. All rights reserved.