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
.