Launch Profile Volume Configuration Args
data class LaunchProfileVolumeConfigurationArgs(val iops: Output<Double>? = null, val size: Output<Double>? = null, val throughput: Output<Double>? = null) : ConvertibleToJava<LaunchProfileVolumeConfigurationArgs>
Custom volume configuration for the root volumes that are attached to streaming sessions.
This parameter is only allowed when sessionPersistenceMode
is
ACTIVATED
.
Constructors
Link copied to clipboard
fun LaunchProfileVolumeConfigurationArgs(iops: Output<Double>? = null, size: Output<Double>? = null, throughput: Output<Double>? = null)