InstanceFleetInstanceTypeConfigEbsConfig

data class InstanceFleetInstanceTypeConfigEbsConfig(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).

Link copied to clipboard

The volume type. Valid options are gp2, io1, standard and st1. See EBS Volume Types.

Link copied to clipboard
val volumesPerInstance: Int? = null

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