| 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)
(experimental) Up to 3583 bytes of base64-encoded data about the invoking client to pass to the function.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.comment(String comment)
(experimental) 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)
(experimental) Timeout for the heartbeat.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.inputPath(String inputPath)
(experimental) JSONPath expression to select part of the state to be the input to this state.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.integrationPattern(IntegrationPattern integrationPattern)
(experimental) AWS Step Functions integrates with services directly in the Amazon States Language.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.invocationType(LambdaInvocationType invocationType)
(experimental) Invocation type of the Lambda function.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.lambdaFunction(IFunction lambdaFunction)
(experimental) Lambda function to invoke.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.outputPath(String outputPath)
(experimental) JSONPath expression to select select a portion of the state output to pass to the next state.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.payload(TaskInput payload)
(experimental) The JSON that will be supplied as input to the Lambda function.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.payloadResponseOnly(Boolean payloadResponseOnly)
(experimental) Invoke the Lambda in a way that only returns the payload response without additional metadata.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.qualifier(String qualifier)
(experimental) Version or alias to invoke a published version of the function.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.resultPath(String resultPath)
(experimental) JSONPath expression to indicate where to inject the state's output.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.resultSelector(Map<String,? extends Object> resultSelector)
(experimental) 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)
(experimental) Whether to retry on Lambda service exceptions.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
Copyright © 2021. All rights reserved.