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