Amazon OpenSearch Service API · JSON Structure

Openapi Instance Count Limits Structure

InstanceCountLimits represents the limits on number of instances that be created in Amazon Elasticsearch for given InstanceType.

Type: object Properties: 2
AnalyticsElasticsearchSearch

InstanceCountLimits is a JSON Structure definition published by Amazon OpenSearch Service API, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

MinimumInstanceCount MaximumInstanceCount

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/refs/heads/main/json-structure/openapi-instance-count-limits-structure.json",
  "name": "InstanceCountLimits",
  "description": " InstanceCountLimits represents the limits on number of instances that be created in Amazon Elasticsearch for given InstanceType. ",
  "type": "object",
  "properties": {
    "MinimumInstanceCount": {
      "$ref": "#/components/schemas/MinimumInstanceCount"
    },
    "MaximumInstanceCount": {
      "$ref": "#/components/schemas/MaximumInstanceCount"
    }
  }
}