LaunchProfileVolumeConfigurationArgs

data class LaunchProfileVolumeConfigurationArgs(val iops: Output<Double>? = null, val size: Output<Double>? = null, val throughput: Output<Double>? = null) : ConvertibleToJava<LaunchProfileVolumeConfigurationArgs>

Constructors

Link copied to clipboard
constructor(iops: Output<Double>? = null, size: Output<Double>? = null, throughput: Output<Double>? = null)

Properties

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

The number of I/O operations per second for the root volume that is attached to streaming session.

Link copied to clipboard
val size: Output<Double>? = null

The size of the root volume that is attached to the streaming session. The root volume size is measured in GiBs.

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

The throughput to provision for the root volume that is attached to the streaming session. The throughput is measured in MiB/s.

Functions

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