VolumeType

The type of EBS volume, standard, gp2, gp3 or io1. See Configuring EBS-based Storagefor more information.

AnalyticsElasticsearchSearch
View JSON Schema on GitHub

JSON Schema

openapi-volume-type-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-volume-type-schema.json",
  "title": "VolumeType",
  "description": " The type of EBS volume, standard, gp2, gp3 or io1. See <a href=\"http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-ebs\" target=\"_blank\">Configuring EBS-based Storage</a>for more information.",
  "type": "string",
  "enum": [
    "standard",
    "gp2",
    "io1",
    "gp3"
  ]
}