LaunchProfileVolumeConfiguration

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
constructor(iops: Double? = null, size: Double? = null, throughput: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val iops: 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: 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: Double? = null

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