@Generated(value="jsii-pacmak/0.20.6 (build 17f281e)", date="2019-11-19T17:18:14.535Z") @Stability(value=Experimental) public interface RunLambdaTaskProps extends software.amazon.jsii.JsiiSerializable
| 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()
@Stability(value=Experimental) default ServiceIntegrationPattern getIntegrationPattern()
@Stability(value=Experimental) default InvocationType getInvocationType()
@Stability(value=Experimental) default Map<String,Object> getPayload()
@Stability(value=Experimental) default String getQualifier()
@Stability(value=Experimental) static RunLambdaTaskProps.Builder builder()
RunLambdaTaskProps.Builder of RunLambdaTaskPropsCopyright © 2019. All rights reserved.