Launch Profile Volume Configuration
data class LaunchProfileVolumeConfiguration(val iops: Double? = null, val size: Double? = null, val throughput: Double? = null)
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 LaunchProfileVolumeConfiguration(iops: Double? = null, size: Double? = null, throughput: Double? = null)