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