Show / Hide Table of Contents

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

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

Properties

Linux
Windows

Properties

Linux

string? Linux { get; }
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

string? Windows { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX