Class CfnLaunchProfile.StreamingSessionStorageRootProperty
Inherited Members
Namespace: Amazon.CDK.AWS.NimbleStudio
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnLaunchProfile.StreamingSessionStorageRootProperty : CfnLaunchProfile.IStreamingSessionStorageRootProperty
Syntax (vb)
Public Class CfnLaunchProfile.StreamingSessionStorageRootProperty Implements 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
Constructors
StreamingSessionStorageRootProperty() |
Properties
Linux | |
Windows |
Constructors
StreamingSessionStorageRootProperty()
public StreamingSessionStorageRootProperty()
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"
};
Properties
Linux
public string? Linux { get; set; }
Property Value
Remarks
Windows
public string? Windows { get; set; }