InstanceLimits

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

AnalyticsElasticsearchSearch

Properties

Name Type Description
InstanceCountLimits object
View JSON Schema on GitHub

JSON Schema

openapi-instance-limits-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-instance-limits-schema.json",
  "title": "InstanceLimits",
  "description": "InstanceLimits represents the list of instance related attributes that are available for given InstanceType. ",
  "type": "object",
  "properties": {
    "InstanceCountLimits": {
      "$ref": "#/components/schemas/InstanceCountLimits"
    }
  }
}