Amazon Simple Workflow Service · JSON Structure

Amazon Swf Domainconfiguration Structure

Contains the configuration settings of a domain.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "DomainConfiguration",
  "description": "Contains the configuration settings of a domain.",
  "type": "object",
  "properties": [
    {
      "name": "workflowExecutionRetentionPeriodInDays",
      "type": "string",
      "description": "",
      "required": true
    }
  ]
}