| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
LambdaInvoke.Builder |
LambdaInvoke.Builder.clientContext(String clientContext)
Up to 3583 bytes of base64-encoded data about the invoking client to pass to the function.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.comment(String comment)
An optional description for this state.
|
static LambdaInvoke.Builder |
LambdaInvoke.Builder.create(software.constructs.Construct scope,
String id) |
LambdaInvoke.Builder |
LambdaInvoke.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.inputPath(String inputPath)
JSONPath expression to select part of the state to be the input to this state.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.integrationPattern(IntegrationPattern integrationPattern)
AWS Step Functions integrates with services directly in the Amazon States Language.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.invocationType(LambdaInvocationType invocationType)
Invocation type of the Lambda function.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.lambdaFunction(IFunction lambdaFunction)
Lambda function to invoke.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.outputPath(String outputPath)
JSONPath expression to select select a portion of the state output to pass to the next state.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.payload(TaskInput payload)
The JSON that will be supplied as input to the Lambda function.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.payloadResponseOnly(Boolean payloadResponseOnly)
Invoke the Lambda in a way that only returns the payload response without additional metadata.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.qualifier(String qualifier)
Deprecated.
pass a Version or Alias object as lambdaFunction instead
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.resultPath(String resultPath)
JSONPath expression to indicate where to inject the state's output.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.resultSelector(Map<String,? extends Object> resultSelector)
The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.retryOnServiceExceptions(Boolean retryOnServiceExceptions)
Whether to retry on Lambda service exceptions.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
Copyright © 2022. All rights reserved.