@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()
RunLambdaTaskPropsgetClientContext in interface RunLambdaTaskPropspublic ServiceIntegrationPattern getIntegrationPattern()
RunLambdaTaskPropsgetIntegrationPattern in interface RunLambdaTaskPropspublic InvocationType getInvocationType()
RunLambdaTaskPropsgetInvocationType in interface RunLambdaTaskPropspublic Map<String,Object> getPayload()
RunLambdaTaskPropsgetPayload in interface RunLambdaTaskPropspublic String getQualifier()
RunLambdaTaskPropsgetQualifier in interface RunLambdaTaskPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2019. All rights reserved.