AWS::NimbleStudio::LaunchProfile VolumeConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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