Amazon Simple Workflow Service · JSON Structure

Amazon Swf Timerfiredeventattributes Structure

Provides the details of the TimerFired event.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "TimerFiredEventAttributes",
  "description": "Provides the details of the <code>TimerFired</code> event.",
  "type": "object",
  "properties": [
    {
      "name": "timerId",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "startedEventId",
      "type": "string",
      "description": "",
      "required": true
    }
  ]
}