AWS::NimbleStudio::LaunchProfile StreamingSessionStorageRoot - 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 StreamingSessionStorageRoot

The upload storage root location (folder) on streaming workstations where files are uploaded.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Linux" : String, "Windows" : String }

YAML

Linux: String Windows: String

Properties

Linux

The folder path in Linux workstations where files are uploaded.

Required: No

Type: String

Pattern: ^(\$HOME|/)[/]?([A-Za-z0-9-_]+/)*([A-Za-z0-9_-]+)$

Minimum: 1

Maximum: 128

Update requires: No interruption

Windows

The folder path in Windows workstations where files are uploaded.

Required: No

Type: String

Pattern: ^((\%HOMEPATH\%)|[a-zA-Z]:)[\\/](?:[a-zA-Z0-9_-]+[\\/])*[a-zA-Z0-9_-]+$

Minimum: 1

Maximum: 128

Update requires: No interruption