Amazon Simple Workflow Service · JSON Structure

Amazon Swf Timercanceledeventattributes Structure

Provides the details of the TimerCanceled event.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

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