Amazon Simple Workflow Service · JSON Structure

Amazon Swf Activitytaskcanceledeventattributes Structure

Provides the details of the ActivityTaskCanceled event.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

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