@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2023-01-03T16:22:40.644Z") @Stability(value=Deprecated) @Deprecated public interface InvokeFunctionProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.stepfunctions.tasks.*;
Object payload;
InvokeFunctionProps invokeFunctionProps = InvokeFunctionProps.builder()
.payload(Map.of(
"payloadKey", payload))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
InvokeFunctionProps.Builder
Deprecated.
|
static class |
InvokeFunctionProps.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static InvokeFunctionProps.Builder |
builder()
Deprecated.
|
default Map<String,Object> |
getPayload()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @Nullable 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
@Stability(value=Deprecated) @Deprecated static InvokeFunctionProps.Builder builder()
InvokeFunctionProps.Builder of InvokeFunctionPropsCopyright © 2023. All rights reserved.