Interface CfnLaunchProfile.IStreamingSessionStorageRootProperty
Namespace: Amazon.CDK.AWS.NimbleStudio
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnLaunchProfile.IStreamingSessionStorageRootProperty
Syntax (vb)
Public Interface CfnLaunchProfile.IStreamingSessionStorageRootProperty
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 streamingSessionStorageRootProperty = new StreamingSessionStorageRootProperty {
Linux = "linux",
Windows = "windows"
};
Synopsis
Properties
Linux | |
Windows |
Properties
Linux
string? Linux { get; }
Property Value
Remarks
Windows
string? Windows { get; }