AWS::NimbleStudio::LaunchProfile StreamingSessionStorageRoot
The upload storage root location (folder) on streaming workstations where files are uploaded.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
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