Amazon CloudSearch · JSON Structure

Cloudsearch Create Domain Response Structure

CreateDomainResponse schema

Type: object Properties: 1
CloudSearchSearchFull-Text SearchManaged

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

Properties

DomainStatus

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-response-structure.json",
  "name": "CreateDomainResponse",
  "description": "CreateDomainResponse schema",
  "type": "object",
  "properties": {
    "DomainStatus": {
      "$ref": "#/components/schemas/DomainStatus"
    }
  }
}