AWSOpenSearchDomainEBSOptions
No description
type AWSOpenSearchDomainEBSOptions {
enabled: Boolean!
iops: Int!
throughput: Int!
volumeSize: Int!
volumeType: AWSOpenSearchDomainEBVolumeType!
}
Fields
AWSOpenSearchDomainEBSOptions.enabled
● Boolean!
non-null scalar
Indicates whether EBS volumes are attached to data nodes in an OpenSearch Service domain
AWSOpenSearchDomainEBSOptions.iops
● Int!
non-null scalar
The baseline input/output (I/O) performance of EBS volumes attached to data nodes
AWSOpenSearchDomainEBSOptions.throughput
● Int!
non-null scalar
Indicates the throughput (in MiB/s) of the EBS volumes attached to data nodes
AWSOpenSearchDomainEBSOptions.volumeSize
● Int!
non-null scalar
The size (in GiB) of EBS volumes attached to data nodes
AWSOpenSearchDomainEBSOptions.volumeType
● AWSOpenSearchDomainEBVolumeType!
non-null enum
The type of EBS volumes attached to data nodes
Member of
AWSOpenSearchDomain
object