Amazon Simple Workflow Service · JSON Structure

Amazon Swf Domaininfo Structure

Contains general information about a domain.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "DomainInfo",
  "description": "Contains general information about a domain.",
  "type": "object",
  "properties": [
    {
      "name": "name",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "status",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "description",
      "type": "string",
      "description": "",
      "required": false
    },
    {
      "name": "arn",
      "type": "string",
      "description": "",
      "required": false
    }
  ]
}