interface StreamConfigurationSessionStorageProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.NimbleStudio.Mixins.CfnLaunchProfilePropsMixin.StreamConfigurationSessionStorageProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsnimblestudio/mixins#CfnLaunchProfilePropsMixin_StreamConfigurationSessionStorageProperty |
Java | software.amazon.awscdk.mixins.preview.services.nimblestudio.mixins.CfnLaunchProfilePropsMixin.StreamConfigurationSessionStorageProperty |
Python | aws_cdk.mixins_preview.aws_nimblestudio.mixins.CfnLaunchProfilePropsMixin.StreamConfigurationSessionStorageProperty |
TypeScript | @aws-cdk/mixins-preview » aws_nimblestudio » mixins » CfnLaunchProfilePropsMixin » StreamConfigurationSessionStorageProperty |
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 streamConfigurationSessionStorageProperty: nimblestudio_mixins.CfnLaunchProfilePropsMixin.StreamConfigurationSessionStorageProperty = {
mode: ['mode'],
root: {
linux: 'linux',
windows: 'windows',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| mode? | string[] | |
| root? | IResolvable | Streaming |
mode?
Type:
string[]
(optional)
root?
Type:
IResolvable | Streaming
(optional)

.NET
Go
Java
Python
TypeScript