@Generated(value="jsii-pacmak/0.22.0 (build 14afdde)", date="2020-02-13T18:54:15.800Z") @Stability(value=Experimental) 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.
EXPERIMENTAL
https://docs.aws.amazon.com/step-functions/latest/dg/connect-lambda.html| Modifier and Type | Class and Description |
|---|---|
static class |
RunLambdaTask.Builder
A fluent builder for
RunLambdaTask. |
software.amazon.jsii.JsiiObject.InitializationModeIStepFunctionsTask.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
RunLambdaTask(IFunction lambdaFunction)
EXPERIMENTAL
|
|
RunLambdaTask(IFunction lambdaFunction,
RunLambdaTaskProps props)
EXPERIMENTAL
|
protected |
RunLambdaTask(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
RunLambdaTask(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
StepFunctionsTaskConfig |
bind(Task _task)
Called when the task object is used in a workflow.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetprotected RunLambdaTask(software.amazon.jsii.JsiiObjectRef objRef)
protected RunLambdaTask(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public RunLambdaTask(@NotNull
IFunction lambdaFunction,
@Nullable
RunLambdaTaskProps props)
lambdaFunction - This parameter is required.props - @Stability(value=Experimental)
public RunLambdaTask(@NotNull
IFunction lambdaFunction)
lambdaFunction - This parameter is required.@Stability(value=Experimental) @NotNull public StepFunctionsTaskConfig bind(@NotNull Task _task)
EXPERIMENTAL
bind in interface IStepFunctionsTask_task - This parameter is required.Copyright © 2020. All rights reserved.