ClusterCoreInstanceGroupEbsConfigArgs

data class ClusterCoreInstanceGroupEbsConfigArgs(val iops: Output<Int>? = null, val size: Output<Int>, val throughput: Output<Int>? = null, val type: Output<String>, val volumesPerInstance: Output<Int>? = null) : ConvertibleToJava<ClusterCoreInstanceGroupEbsConfigArgs>

Constructors

Link copied to clipboard
constructor(iops: Output<Int>? = null, size: Output<Int>, throughput: Output<Int>? = null, type: Output<String>, volumesPerInstance: Output<Int>? = null)

Properties

Link copied to clipboard
val iops: Output<Int>? = null

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

Link copied to clipboard
val size: Output<Int>

Volume size, in gibibytes (GiB).

Link copied to clipboard
val throughput: Output<Int>? = null

The throughput, in mebibyte per second (MiB/s).

Link copied to clipboard
val type: Output<String>

Volume type. Valid options are gp3, gp2, io1, standard, st1 and sc1. See EBS Volume Types.

Link copied to clipboard
val volumesPerInstance: Output<Int>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ClusterCoreInstanceGroupEbsConfigArgs