interface StreamingSessionStorageRootProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.NimbleStudio.CfnLaunchProfile.StreamingSessionStorageRootProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsnimblestudio#CfnLaunchProfile_StreamingSessionStorageRootProperty |
Java | software.amazon.awscdk.services.nimblestudio.CfnLaunchProfile.StreamingSessionStorageRootProperty |
Python | aws_cdk.aws_nimblestudio.CfnLaunchProfile.StreamingSessionStorageRootProperty |
TypeScript | aws-cdk-lib » aws_nimblestudio » CfnLaunchProfile » StreamingSessionStorageRootProperty |
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
| Name | Type | Description |
|---|---|---|
| linux? | string | |
| windows? | string |
linux?
Type:
string
(optional)
windows?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript