Amazon Simple Workflow Service · JSON Structure

Amazon Swf Activitytypedetail Structure

Detailed information about an activity type.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "ActivityTypeDetail",
  "description": "Detailed information about an activity type.",
  "type": "object",
  "properties": [
    {
      "name": "typeInfo",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "configuration",
      "type": "string",
      "description": "",
      "required": true
    }
  ]
}