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