Amazon OpenSearch Service API · JSON Structure

Openapi Instance Limits Structure

InstanceLimits represents the list of instance related attributes that are available for given InstanceType.

Type: object Properties: 1
AnalyticsElasticsearchSearch

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

Properties

InstanceCountLimits

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-limits-structure.json",
  "name": "InstanceLimits",
  "description": "InstanceLimits represents the list of instance related attributes that are available for given InstanceType. ",
  "type": "object",
  "properties": {
    "InstanceCountLimits": {
      "$ref": "#/components/schemas/InstanceCountLimits"
    }
  }
}