Instance Fleet Instance Type Config Ebs Config
data class InstanceFleetInstanceTypeConfigEbsConfig(val iops: Int? = null, val size: Int, val type: String, val volumesPerInstance: Int? = null)
Constructors
Link copied to clipboard
fun InstanceFleetInstanceTypeConfigEbsConfig(iops: Int? = null, size: Int, type: String, volumesPerInstance: Int? = null)
Types
Properties
Link copied to clipboard
The volume type. Valid options are gp2
, io1
, standard
and st1
. See EBS Volume Types.