InstanceFleetInstanceTypeConfigEbsConfigArgs

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

Constructors

fun InstanceFleetInstanceTypeConfigEbsConfigArgs(iops: Output<Int>? = null, size: Output<Int>, type: Output<String>, volumesPerInstance: Output<Int>? = null)

Functions

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

Properties

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

The number of I/O operations per second (IOPS) that the volume supports

Link copied to clipboard
val size: Output<Int>

The volume size, in gibibytes (GiB).

Link copied to clipboard
val type: Output<String>

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

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

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