Amazon Simple Workflow Service · JSON Structure

Amazon Swf Lambdafunctiontimedouteventattributes Structure

Provides details of the LambdaFunctionTimedOut event.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "LambdaFunctionTimedOutEventAttributes",
  "description": "Provides details of the <code>LambdaFunctionTimedOut</code> event.",
  "type": "object",
  "properties": [
    {
      "name": "scheduledEventId",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "startedEventId",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "timeoutType",
      "type": "string",
      "description": "",
      "required": false
    }
  ]
}