Amazon OpenSearch Service API · JSON Structure

Openapi Volume Type Structure

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

Type: string Properties: 0
AnalyticsElasticsearchSearch

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

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-volume-type-structure.json",
  "name": "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"
  ]
}