Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfigurationsessionstorage.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 streamConfigurationSessionStorageProperty = new StreamConfigurationSessionStorageProperty {
                 Mode = new [] { "mode" },

                 // the properties below are optional
                 Root = new StreamingSessionStorageRootProperty {
                     Linux = "linux",
                     Windows = "windows"
                 }
             };

Synopsis

Properties

Mode
Root

Properties

Mode

string[] Mode { get; }
Property Value

string[]

Remarks

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

Root

object? Root { get; }
Property Value

object

Remarks

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

Back to top Generated by DocFX