Interface CfnLaunchProfile.IStreamConfigurationSessionStorageProperty
Namespace: Amazon.CDK.AWS.NimbleStudio
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnLaunchProfile.IStreamConfigurationSessionStorageProperty
Syntax (vb)
Public Interface CfnLaunchProfile.IStreamConfigurationSessionStorageProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.NimbleStudio;
var streamConfigurationSessionStorageProperty = new StreamConfigurationSessionStorageProperty {
Mode = new [] { "mode" },
// the properties below are optional
Root = new StreamingSessionStorageRootProperty {
Linux = "linux",
Windows = "windows"
}
};
Synopsis
Properties
Mode | |
Root |