ClusterMasterInstanceFleetInstanceTypeConfigEbsConfig

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

Constructors

constructor(iops: Int? = null, size: Int, 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

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).