@Generated(value="jsii-pacmak/0.20.8 (build bd5ef4d)", date="2019-11-25T14:22:25.751Z") @Stability(value=Experimental) public interface InvokeFunctionProps extends software.amazon.jsii.JsiiSerializable
| 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 © 2019. All rights reserved.