@Generated(value="jsii-pacmak/0.21.1 (build 9ff44cb)", date="2020-01-07T23:11:00.938Z") @Stability(value=Experimental) public interface RunLambdaTaskProps extends software.amazon.jsii.JsiiSerializable
EXPERIMENTAL
| Modifier and Type | Interface and Description |
|---|---|
static class |
RunLambdaTaskProps.Builder
A builder for
RunLambdaTaskProps |
static class |
RunLambdaTaskProps.Jsii$Proxy
An implementation for
RunLambdaTaskProps |
| Modifier and Type | Method and Description |
|---|---|
static RunLambdaTaskProps.Builder |
builder() |
default String |
getClientContext()
Client context to pass to the function.
|
default ServiceIntegrationPattern |
getIntegrationPattern()
The service integration pattern indicates different ways to invoke Lambda function.
|
default InvocationType |
getInvocationType()
Invocation type of the Lambda function.
|
default Map<String,Object> |
getPayload()
The JSON that you want to provide to your Lambda function as input.
|
default String |
getQualifier()
Version or alias of the function to be invoked.
|
@Stability(value=Experimental) default String getClientContext()
Default: - No context
EXPERIMENTAL
@Stability(value=Experimental) default ServiceIntegrationPattern getIntegrationPattern()
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 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
@Stability(value=Experimental) default InvocationType getInvocationType()
Default: RequestResponse
EXPERIMENTAL
@Stability(value=Experimental) default Map<String,Object> getPayload()
EXPERIMENTAL
@Stability(value=Experimental) default String getQualifier()
Default: - No qualifier
EXPERIMENTAL
@Stability(value=Experimental) static RunLambdaTaskProps.Builder builder()
RunLambdaTaskProps.Builder of RunLambdaTaskPropsCopyright © 2020. All rights reserved.