-
Up to 3583 bytes of base64-encoded data about the invoking client to pass to the function.
An optional description for this state.
LambdaInvoke.Builder.create(software.constructs.Construct scope,
String id)
LambdaInvoke.Builder.heartbeat(software.amazon.awscdk.core.Duration heartbeat)
Timeout for the heartbeat.
JSONPath expression to select part of the state to be the input to this state.
AWS Step Functions integrates with services directly in the Amazon States Language.
Invocation type of the Lambda function.
LambdaInvoke.Builder.lambdaFunction(software.amazon.awscdk.services.lambda.IFunction lambdaFunction)
Lambda function to invoke.
JSONPath expression to select select a portion of the state output to pass to the next state.
The JSON that will be supplied as input to the Lambda function.
Invoke the Lambda in a way that only returns the payload response without additional metadata.
JSONPath expression to indicate where to inject the state's output.
The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
Whether to retry on Lambda service exceptions.
LambdaInvoke.Builder.timeout(software.amazon.awscdk.core.Duration timeout)
Timeout for the state machine.