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" :
Number
, "Size" :Number
, "Throughput" :Number
}
YAML
Iops:
Number
Size:Number
Throughput:Number
Properties
Iops
-
The number of I/O operations per second for the root volume that is attached to streaming session.
Required: No
Type: Number
Minimum:
3000
Maximum:
16000
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: Number
Minimum:
100
Maximum:
16000
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: Number
Minimum:
125
Maximum:
1000
Update requires: No interruption