Show / Hide Table of Contents

Class CfnLaunchProfile.StreamingSessionStorageRootProperty

Inheritance
object
CfnLaunchProfile.StreamingSessionStorageRootProperty
Implements
CfnLaunchProfile.IStreamingSessionStorageRootProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamingsessionstorageroot.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamingsessionstorageroot.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamingsessionstorageroot.html#cfn-nimblestudio-launchprofile-streamingsessionstorageroot-linux

Windows

public string? Windows { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamingsessionstorageroot.html#cfn-nimblestudio-launchprofile-streamingsessionstorageroot-windows

Implements

CfnLaunchProfile.IStreamingSessionStorageRootProperty
Back to top Generated by DocFX