Cluster Master Instance Group Ebs Config Args
data class ClusterMasterInstanceGroupEbsConfigArgs(val iops: Output<Int>? = null, val size: Output<Int>, val throughput: Output<Int>? = null, val type: Output<String>, val volumesPerInstance: Output<Int>? = null) : ConvertibleToJava<ClusterMasterInstanceGroupEbsConfigArgs>
Constructors
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Volume type. Valid options are gp3
, gp2
, io1
, standard
, st1
and sc1
. See EBS Volume Types.