InstanceGroupEbsConfig

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

Constructors

Link copied to clipboard
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

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

Link copied to clipboard
val size: Int

The volume size, in gibibytes (GiB). This can be a number from 1 - 1024. If the volume type is EBS-optimized, the minimum value is 10.

Link copied to clipboard

The volume type. Valid options are 'gp2', 'io1' and 'standard'.

Link copied to clipboard
val volumesPerInstance: Int? = null

The number of EBS Volumes to attach per instance.