interface StreamingSessionStorageRootProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.NimbleStudio.Mixins.CfnLaunchProfilePropsMixin.StreamingSessionStorageRootProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsnimblestudio/mixins#CfnLaunchProfilePropsMixin_StreamingSessionStorageRootProperty |
Java | software.amazon.awscdk.mixins.preview.services.nimblestudio.mixins.CfnLaunchProfilePropsMixin.StreamingSessionStorageRootProperty |
Python | aws_cdk.mixins_preview.aws_nimblestudio.mixins.CfnLaunchProfilePropsMixin.StreamingSessionStorageRootProperty |
TypeScript | @aws-cdk/mixins-preview » aws_nimblestudio » mixins » CfnLaunchProfilePropsMixin » StreamingSessionStorageRootProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as nimblestudio_mixins } from '@aws-cdk/mixins-preview/aws-nimblestudio';
const streamingSessionStorageRootProperty: nimblestudio_mixins.CfnLaunchProfilePropsMixin.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