Amazon OpenSearch Service · JSON Structure

Openapi Create Domain Request Structure

CreateDomainRequest schema from Amazon OpenSearch Service

Type: object Properties: 5 Required: 1
AnalyticsElasticsearchFull-Text SearchLog AnalyticsOpenSearchSearch

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

Properties

DomainName EngineVersion ClusterConfig EBSOptions AccessPolicies

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-opensearch-service/refs/heads/main/json-structure/openapi-create-domain-request-structure.json",
  "name": "CreateDomainRequest",
  "description": "CreateDomainRequest schema from Amazon OpenSearch Service",
  "type": "object",
  "properties": {
    "DomainName": {
      "type": "string",
      "description": "Name of the OpenSearch domain to create"
    },
    "EngineVersion": {
      "type": "string",
      "description": "Version of OpenSearch or Elasticsearch"
    },
    "ClusterConfig": {
      "type": "object",
      "description": "Container for the cluster configuration"
    },
    "EBSOptions": {
      "type": "object",
      "description": "Container for EBS-based storage options"
    },
    "AccessPolicies": {
      "type": "string",
      "description": "IAM access policy as a JSON-formatted string"
    }
  },
  "required": [
    "DomainName"
  ]
}