AWS Step Functions · Schema

LambdaFunctionSucceededEventDetails

Contains details about a Lambda function that successfully terminated during an execution.

iPaaSOrchestrationServerless

Properties

Name Type Description
output object
outputDetails object
View JSON Schema on GitHub

JSON Schema

step-functions-lambdafunctionsucceededeventdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LambdaFunctionSucceededEventDetails",
  "type": "object",
  "properties": {
    "output": {},
    "outputDetails": {}
  },
  "description": "Contains details about a Lambda function that successfully terminated during an execution."
}