Class RunLambdaTaskProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.RunLambdaTaskProps.Jsii$Proxy
- All Implemented Interfaces:
RunLambdaTaskProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- RunLambdaTaskProps
@Stability(Deprecated)
@Deprecated
@Internal
public static final class RunLambdaTaskProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements RunLambdaTaskProps
Deprecated.
An implementation for
RunLambdaTaskProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.RunLambdaTaskProps
RunLambdaTaskProps.Builder, RunLambdaTaskProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(RunLambdaTaskProps.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theRunLambdaTaskProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
Deprecated.final boolean
Deprecated.final String
Deprecated.(deprecated) Client context to pass to the function.Deprecated.(deprecated) The service integration pattern indicates different ways to invoke Lambda function.final InvocationType
Deprecated.(deprecated) Invocation type of the Lambda function.final TaskInput
Deprecated.(deprecated) The JSON that you want to provide to your Lambda function as input.final String
Deprecated.(deprecated) Version or alias of the function to be invoked.final int
hashCode()
Deprecated.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theRunLambdaTaskProps.Builder
.
-
-
Method Details
-
getClientContext
Deprecated.Description copied from interface:RunLambdaTaskProps
(deprecated) Client context to pass to the function.Default: - No context
- Specified by:
getClientContext
in interfaceRunLambdaTaskProps
-
getIntegrationPattern
Deprecated.Description copied from interface:RunLambdaTaskProps
(deprecated) The service integration pattern indicates different ways to invoke Lambda function.The valid value for Lambda is either FIRE_AND_FORGET or WAIT_FOR_TASK_TOKEN, it determines whether to pause the workflow until a task token is returned.
If this is set to WAIT_FOR_TASK_TOKEN, the JsonPath.taskToken value must be included somewhere in the payload and the Lambda must call
SendTaskSuccess/SendTaskFailure
using that token.Default: FIRE_AND_FORGET
- Specified by:
getIntegrationPattern
in interfaceRunLambdaTaskProps
-
getInvocationType
Deprecated.Description copied from interface:RunLambdaTaskProps
(deprecated) Invocation type of the Lambda function.Default: RequestResponse
- Specified by:
getInvocationType
in interfaceRunLambdaTaskProps
-
getPayload
Deprecated.Description copied from interface:RunLambdaTaskProps
(deprecated) The JSON that you want to provide to your Lambda function as input.Default: - The state input (JSON path '$')
- Specified by:
getPayload
in interfaceRunLambdaTaskProps
-
getQualifier
Deprecated.Description copied from interface:RunLambdaTaskProps
(deprecated) Version or alias of the function to be invoked.Default: - No qualifier
- Specified by:
getQualifier
in interfaceRunLambdaTaskProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-