@Generated(value="jsii-pacmak/1.15.0 (build 585166b)", date="2020-12-22T12:13:27.818Z") @Stability(value=Deprecated) @Deprecated public class InvokeFunction extends software.amazon.jsii.JsiiObject implements IStepFunctionsTask
The Lambda function Arn is defined as Resource in the state machine definition.
OUTPUT: the output of this task is the return value of the Lambda Function.
| Modifier and Type | Class and Description |
|---|---|
static class |
InvokeFunction.Builder
Deprecated.
|
software.amazon.jsii.JsiiObject.InitializationModeIStepFunctionsTask.Jsii$Default, IStepFunctionsTask.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
InvokeFunction(IFunction lambdaFunction)
Deprecated.
|
|
InvokeFunction(IFunction lambdaFunction,
InvokeFunctionProps props)
Deprecated.
|
protected |
InvokeFunction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
InvokeFunction(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 InvokeFunction(software.amazon.jsii.JsiiObjectRef objRef)
protected InvokeFunction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Deprecated) @Deprecated public InvokeFunction(@NotNull IFunction lambdaFunction, @Nullable InvokeFunctionProps props)
lambdaFunction - This parameter is required.props - @Stability(value=Deprecated) @Deprecated public InvokeFunction(@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 © 2020. All rights reserved.