Amazon Simple Workflow Service · JSON Structure

Amazon Swf Decisiontaskstartedeventattributes Structure

Provides the details of the DecisionTaskStarted event.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

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