AWS::NimbleStudio::LaunchProfile VolumeConfiguration
Custom volume configuration for the root volumes that are attached to streaming sessions.
This parameter is only allowed when sessionPersistenceMode
is
ACTIVATED
.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Iops" :
Double
, "Size" :Double
, "Throughput" :Double
}
YAML
Iops:
Double
Size:Double
Throughput:Double
Properties
Iops
-
The number of I/O operations per second for the root volume that is attached to streaming session.
Required: No
Type: Double
Update requires: No interruption
Size
-
The size of the root volume that is attached to the streaming session. The root volume size is measured in GiBs.
Required: No
Type: Double
Update requires: No interruption
Throughput
-
The throughput to provision for the root volume that is attached to the streaming session. The throughput is measured in MiB/s.
Required: No
Type: Double
Update requires: No interruption