public static final class RunLambdaTaskProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RunLambdaTaskProps
software.amazon.jsii.JsiiObject.InitializationModeRunLambdaTaskProps.Builder, RunLambdaTaskProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientContext()
Client context to pass to the 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.
|
Boolean |
getWaitForTaskToken()
Whether to pause the workflow until a task token is returned.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental) @Nullable public String getClientContext()
getClientContext in interface RunLambdaTaskProps@Stability(value=Experimental) @Nullable public InvocationType getInvocationType()
getInvocationType in interface RunLambdaTaskProps@Stability(value=Experimental) @Nullable public Map<String,Object> getPayload()
getPayload in interface RunLambdaTaskProps@Stability(value=Experimental) @Nullable public String getQualifier()
getQualifier in interface RunLambdaTaskProps@Stability(value=Experimental) @Nullable public Boolean getWaitForTaskToken()
getWaitForTaskToken in interface RunLambdaTaskPropsCopyright © 2019. All rights reserved.