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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.RunLambdaTaskProps
RunLambdaTaskProps.Builder, RunLambdaTaskProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(RunLambdaTaskProps.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theRunLambdaTaskProps.Builder.protectedJsii$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.JsonNodeDeprecated.final booleanDeprecated.final StringDeprecated.(deprecated) Client context to pass to the function.Deprecated.(deprecated) The service integration pattern indicates different ways to invoke Lambda function.final InvocationTypeDeprecated.(deprecated) Invocation type of the Lambda function.final TaskInputDeprecated.(deprecated) The JSON that you want to provide to your Lambda function as input.final StringDeprecated.(deprecated) Version or alias of the function to be invoked.final inthashCode()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:
getClientContextin 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/SendTaskFailureusing that token.Default: FIRE_AND_FORGET
- Specified by:
getIntegrationPatternin interfaceRunLambdaTaskProps
-
getInvocationType
Deprecated.Description copied from interface:RunLambdaTaskProps(deprecated) Invocation type of the Lambda function.Default: RequestResponse
- Specified by:
getInvocationTypein 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:
getPayloadin interfaceRunLambdaTaskProps
-
getQualifier
Deprecated.Description copied from interface:RunLambdaTaskProps(deprecated) Version or alias of the function to be invoked.Default: - No qualifier
- Specified by:
getQualifierin interfaceRunLambdaTaskProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-