@Stability(value=Deprecated) @Deprecated @Internal public static final class RunLambdaTaskProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RunLambdaTaskProps
RunLambdaTaskPropssoftware.amazon.jsii.JsiiObject.InitializationModeRunLambdaTaskProps.Builder, RunLambdaTaskProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(RunLambdaTaskProps.Builder builder)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
RunLambdaTaskProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson()
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
String |
getClientContext()
Deprecated.
(deprecated) Client context to pass to the function.
|
ServiceIntegrationPattern |
getIntegrationPattern()
Deprecated.
(deprecated) The service integration pattern indicates different ways to invoke Lambda function.
|
InvocationType |
getInvocationType()
Deprecated.
(deprecated) Invocation type of the Lambda function.
|
TaskInput |
getPayload()
Deprecated.
(deprecated) The JSON that you want to provide to your Lambda function as input.
|
String |
getQualifier()
Deprecated.
(deprecated) Version or alias of the function to be invoked.
|
int |
hashCode()
Deprecated.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(RunLambdaTaskProps.Builder builder)
RunLambdaTaskProps.Builder.public final String getClientContext()
RunLambdaTaskPropsDefault: - No context
getClientContext in interface RunLambdaTaskPropspublic final ServiceIntegrationPattern getIntegrationPattern()
RunLambdaTaskPropsThe 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
getIntegrationPattern in interface RunLambdaTaskPropspublic final InvocationType getInvocationType()
RunLambdaTaskPropsDefault: RequestResponse
getInvocationType in interface RunLambdaTaskPropspublic final TaskInput getPayload()
RunLambdaTaskPropsDefault: - The state input (JSON path '$')
getPayload in interface RunLambdaTaskPropspublic final String getQualifier()
RunLambdaTaskPropsDefault: - No qualifier
getQualifier in interface RunLambdaTaskProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2023. All rights reserved.