interface StreamingSessionStorageRootProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.NimbleStudio.CfnLaunchProfile.StreamingSessionStorageRootProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsnimblestudio#CfnLaunchProfile_StreamingSessionStorageRootProperty |
![]() | software.amazon.awscdk.services.nimblestudio.CfnLaunchProfile.StreamingSessionStorageRootProperty |
![]() | aws_cdk.aws_nimblestudio.CfnLaunchProfile.StreamingSessionStorageRootProperty |
![]() | aws-cdk-lib » aws_nimblestudio » CfnLaunchProfile » 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-lib';
const streamingSessionStorageRootProperty: nimblestudio.CfnLaunchProfile.StreamingSessionStorageRootProperty = {
linux: 'linux',
windows: 'windows',
};
Properties
Name | Type | Description |
---|---|---|
linux? | string | |
windows? | string |
linux?
Type:
string
(optional)
windows?
Type:
string
(optional)