Amazon Simple Workflow Service · JSON Structure

Amazon Swf Domaindetail Structure

Contains details of a domain.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "DomainDetail",
  "description": "Contains details of a domain.",
  "type": "object",
  "properties": [
    {
      "name": "domainInfo",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "configuration",
      "type": "string",
      "description": "",
      "required": true
    }
  ]
}