Amazon CloudSearch · JSON Structure

Cloudsearch Create Domain Request Structure

CreateDomainRequest schema

Type: object Properties: 1 Required: 1
CloudSearchSearchFull-Text SearchManaged

CreateDomainRequest is a JSON Structure definition published by Amazon CloudSearch, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

DomainName

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cloudsearch/refs/heads/main/json-structure/cloudsearch-create-domain-request-structure.json",
  "name": "CreateDomainRequest",
  "description": "CreateDomainRequest schema",
  "type": "object",
  "properties": {
    "DomainName": {
      "type": "string",
      "description": "A name for the domain you are creating.",
      "minLength": 3,
      "maxLength": 28
    }
  },
  "required": [
    "DomainName"
  ]
}