StorageType

A list of storage types for an Amazon OpenSearch Service domain that are available for a given intance type.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The storage sub-type, such as gp3 or io1.

Link copied to clipboard

Limits that are applicable for the given storage type.

Link copied to clipboard

The name of the storage type.

Functions

Link copied to clipboard
inline fun copy(block: StorageType.Builder.() -> Unit = {}): StorageType
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String