@Deprecated public static final class RunLambdaTaskProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RunLambdaTaskProps
RunLambdaTaskProps
RunLambdaTaskProps.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson()
Deprecated.
|
boolean |
equals(java.lang.Object o)
Deprecated.
|
java.lang.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.
|
java.lang.String |
getQualifier()
Deprecated.
(deprecated) Version or alias of the function to be invoked.
|
int |
hashCode()
Deprecated.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getClientContext()
RunLambdaTaskProps
Default: - No context
getClientContext
in interface RunLambdaTaskProps
public final ServiceIntegrationPattern getIntegrationPattern()
RunLambdaTaskProps
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
getIntegrationPattern
in interface RunLambdaTaskProps
public final InvocationType getInvocationType()
RunLambdaTaskProps
Default: RequestResponse
getInvocationType
in interface RunLambdaTaskProps
public final TaskInput getPayload()
RunLambdaTaskProps
Default: - The state input (JSON path '$')
getPayload
in interface RunLambdaTaskProps
public final java.lang.String getQualifier()
RunLambdaTaskProps
Default: - No qualifier
getQualifier
in interface RunLambdaTaskProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()