interface StreamConfigurationSessionStorageProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.NimbleStudio.CfnLaunchProfile.StreamConfigurationSessionStorageProperty |
Java | software.amazon.awscdk.services.nimblestudio.CfnLaunchProfile.StreamConfigurationSessionStorageProperty |
Python | aws_cdk.aws_nimblestudio.CfnLaunchProfile.StreamConfigurationSessionStorageProperty |
TypeScript | @aws-cdk/aws-nimblestudio » CfnLaunchProfile » StreamConfigurationSessionStorageProperty |
The configuration for a streaming session’s upload storage.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as nimblestudio from '@aws-cdk/aws-nimblestudio';
const streamConfigurationSessionStorageProperty: nimblestudio.CfnLaunchProfile.StreamConfigurationSessionStorageProperty = {
mode: ['mode'],
// the properties below are optional
root: {
linux: 'linux',
windows: 'windows',
},
};
Properties
Name | Type | Description |
---|---|---|
mode | string[] | Allows artists to upload files to their workstations. |
root? | IResolvable | Streaming | The configuration for the upload storage root of the streaming session. |
mode
Type:
string[]
Allows artists to upload files to their workstations.
The only valid option is UPLOAD
.
root?
Type:
IResolvable
|
Streaming
(optional)
The configuration for the upload storage root of the streaming session.