@Stability(value=Experimental) 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)
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() |
boolean |
equals(Object o) |
String |
getClientContext()
Client context to pass to the function.
|
ServiceIntegrationPattern |
getIntegrationPattern()
The service integration pattern indicates different ways to invoke Lambda function.
|
InvocationType |
getInvocationType()
Invocation type of the Lambda function.
|
Map<String,Object> |
getPayload()
The JSON that you want to provide to your Lambda function as input.
|
String |
getQualifier()
Version or alias of the function to be invoked.
|
int |
hashCode() |
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public String getClientContext()
RunLambdaTaskPropsDefault: - No context
EXPERIMENTAL
getClientContext in interface RunLambdaTaskPropspublic 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 Context.taskToken value must be included
somewhere in the payload and the Lambda must call
SendTaskSuccess/SendTaskFailure using that token.
Default: FIRE_AND_FORGET
EXPERIMENTAL
getIntegrationPattern in interface RunLambdaTaskPropspublic InvocationType getInvocationType()
RunLambdaTaskPropsDefault: RequestResponse
EXPERIMENTAL
getInvocationType in interface RunLambdaTaskPropspublic Map<String,Object> getPayload()
RunLambdaTaskPropsEXPERIMENTAL
getPayload in interface RunLambdaTaskPropspublic String getQualifier()
RunLambdaTaskPropsDefault: - No qualifier
EXPERIMENTAL
getQualifier in interface RunLambdaTaskPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.