AWS::NimbleStudio::LaunchProfile StreamConfigurationSessionStorage
The configuration for a streaming session’s upload storage.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Mode" :
[ String, ... ]
, "Root" :StreamingSessionStorageRoot
}
YAML
Mode:
- String
Root:StreamingSessionStorageRoot
Properties
Mode
-
Allows artists to upload files to their workstations. The only valid option is
UPLOAD
.Required: Yes
Type: Array of String
Minimum:
1
Update requires: No interruption
Root
-
The configuration for the upload storage root of the streaming session.
Required: No
Type: StreamingSessionStorageRoot
Update requires: No interruption