ClusterCoreInstanceGroupEbsConfig

data class ClusterCoreInstanceGroupEbsConfig(val iops: Int? = null, val size: Int, val throughput: Int? = null, val type: String, val volumesPerInstance: Int? = null)

Constructors

Link copied to clipboard
constructor(iops: Int? = null, size: Int, throughput: Int? = null, type: String, volumesPerInstance: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val iops: Int? = null

Number of I/O operations per second (IOPS) that the volume supports.

Link copied to clipboard
val size: Int

Volume size, in gibibytes (GiB).

Link copied to clipboard
val throughput: Int? = null

The throughput, in mebibyte per second (MiB/s).

Link copied to clipboard

Volume type. Valid options are gp3, gp2, io1, standard, st1 and sc1. See EBS Volume Types.

Link copied to clipboard
val volumesPerInstance: Int? = null

Number of EBS volumes with this configuration to attach to each EC2 instance in the instance group (default is 1).