interface StreamConfigurationSessionStorageProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.NimbleStudio.CfnLaunchProfile.StreamConfigurationSessionStorageProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsnimblestudio#CfnLaunchProfile_StreamConfigurationSessionStorageProperty |
Java | software.amazon.awscdk.services.nimblestudio.CfnLaunchProfile.StreamConfigurationSessionStorageProperty |
Python | aws_cdk.aws_nimblestudio.CfnLaunchProfile.StreamConfigurationSessionStorageProperty |
TypeScript | aws-cdk-lib » aws_nimblestudio » CfnLaunchProfile » StreamConfigurationSessionStorageProperty |
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 streamConfigurationSessionStorageProperty: nimblestudio.CfnLaunchProfile.StreamConfigurationSessionStorageProperty = {
mode: ['mode'],
// the properties below are optional
root: {
linux: 'linux',
windows: 'windows',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| mode | string[] | |
| root? | IResolvable | Streaming |
mode
Type:
string[]
root?
Type:
IResolvable | Streaming
(optional)

.NET
Go
Java
Python
TypeScript