interface StreamingSessionStorageRootProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.NimbleStudio.CfnLaunchProfilePropsMixin.StreamingSessionStorageRootProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsnimblestudio#CfnLaunchProfilePropsMixin_StreamingSessionStorageRootProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.nimblestudio.CfnLaunchProfilePropsMixin.StreamingSessionStorageRootProperty |
Python | aws_cdk.cfn_property_mixins.aws_nimblestudio.CfnLaunchProfilePropsMixin.StreamingSessionStorageRootProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_nimblestudio » CfnLaunchProfilePropsMixin » 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/cfn-property-mixins';
const streamingSessionStorageRootProperty: nimblestudio.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