@Generated(value="jsii-pacmak/0.21.1 (build 9ff44cb)", date="2020-01-07T23:11:00.926Z") @Stability(value=Experimental) public interface InvokeFunctionProps extends software.amazon.jsii.JsiiSerializable
EXPERIMENTAL
| Modifier and Type | Interface and Description |
|---|---|
static class |
InvokeFunctionProps.Builder
A builder for
InvokeFunctionProps |
static class |
InvokeFunctionProps.Jsii$Proxy
An implementation for
InvokeFunctionProps |
| Modifier and Type | Method and Description |
|---|---|
static InvokeFunctionProps.Builder |
builder() |
default Map<String,Object> |
getPayload()
The JSON that you want to provide to your Lambda function as input.
|
@Stability(value=Experimental) default Map<String,Object> getPayload()
This parameter is named as payload to keep consistent with RunLambdaTask class.
Default: - The JSON data indicated by the task's InputPath is used as payload
EXPERIMENTAL
@Stability(value=Experimental) static InvokeFunctionProps.Builder builder()
InvokeFunctionProps.Builder of InvokeFunctionPropsCopyright © 2020. All rights reserved.