DeprecateDomainInput

AutomationTask CoordinationWorkflow

Properties

Name Type Description
name object
View JSON Schema on GitHub

JSON Schema

amazon-swf-deprecatedomaininput-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "name"
  ],
  "title": "DeprecateDomainInput",
  "properties": {
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DomainName"
        },
        {
          "description": "The name of the domain to deprecate."
        }
      ]
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#"
}