aws-cdk-lib.aws_nimblestudio.CfnLaunchProfile.StreamConfigurationSessionStorageProperty

interface StreamConfigurationSessionStorageProperty

LanguageType name
.NETAmazon.CDK.AWS.NimbleStudio.CfnLaunchProfile.StreamConfigurationSessionStorageProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsnimblestudio#CfnLaunchProfile_StreamConfigurationSessionStorageProperty
Javasoftware.amazon.awscdk.services.nimblestudio.CfnLaunchProfile.StreamConfigurationSessionStorageProperty
Pythonaws_cdk.aws_nimblestudio.CfnLaunchProfile.StreamConfigurationSessionStorageProperty
TypeScript aws-cdk-lib » 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 { aws_nimblestudio as nimblestudio } from 'aws-cdk-lib';
const streamConfigurationSessionStorageProperty: nimblestudio.CfnLaunchProfile.StreamConfigurationSessionStorageProperty = {
  mode: ['mode'],

  // the properties below are optional
  root: {
    linux: 'linux',
    windows: 'windows',
  },
};

Properties

NameTypeDescription
modestring[]Allows artists to upload files to their workstations.
root?IResolvable | StreamingSessionStorageRootPropertyThe 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 | StreamingSessionStorageRootProperty (optional)

The configuration for the upload storage root of the streaming session.