aws-cdk-lib.aws_nimblestudio.CfnLaunchProfile.StreamingSessionStorageRootProperty

interface StreamingSessionStorageRootProperty

LanguageType name
.NETAmazon.CDK.AWS.NimbleStudio.CfnLaunchProfile.StreamingSessionStorageRootProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsnimblestudio#CfnLaunchProfile_StreamingSessionStorageRootProperty
Javasoftware.amazon.awscdk.services.nimblestudio.CfnLaunchProfile.StreamingSessionStorageRootProperty
Pythonaws_cdk.aws_nimblestudio.CfnLaunchProfile.StreamingSessionStorageRootProperty
TypeScript aws-cdk-lib » aws_nimblestudio » CfnLaunchProfile » StreamingSessionStorageRootProperty

The upload storage root location (folder) on streaming workstations where files are uploaded.

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 streamingSessionStorageRootProperty: nimblestudio.CfnLaunchProfile.StreamingSessionStorageRootProperty = {
  linux: 'linux',
  windows: 'windows',
};

Properties

NameTypeDescription
linux?stringThe folder path in Linux workstations where files are uploaded.
windows?stringThe folder path in Windows workstations where files are uploaded.

linux?

Type: string (optional)

The folder path in Linux workstations where files are uploaded.


windows?

Type: string (optional)

The folder path in Windows workstations where files are uploaded.