Amazon Simple Workflow Service · JSON Structure

Amazon Swf Lambdafunctioncompletedeventattributes Structure

Provides the details of the LambdaFunctionCompleted event. It isn't set for other event types.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

LambdaFunctionCompletedEventAttributes is a JSON Structure definition published by Amazon Simple Workflow Service.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "LambdaFunctionCompletedEventAttributes",
  "description": "Provides the details of the <code>LambdaFunctionCompleted</code> event. It isn't set for other event types.",
  "type": "object",
  "properties": [
    {
      "name": "scheduledEventId",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "startedEventId",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "result",
      "type": "string",
      "description": "",
      "required": false
    }
  ]
}