Show / Hide Table of Contents

Class CfnStack.StreamingExperienceSettingsProperty

The streaming protocol that you want your stack to prefer.

Inheritance
object
CfnStack.StreamingExperienceSettingsProperty
Implements
CfnStack.IStreamingExperienceSettingsProperty
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.AppStream
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnStack.StreamingExperienceSettingsProperty : CfnStack.IStreamingExperienceSettingsProperty
Syntax (vb)
Public Class CfnStack.StreamingExperienceSettingsProperty Implements CfnStack.IStreamingExperienceSettingsProperty
Remarks

This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-stack-streamingexperiencesettings.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.AppStream;

             var streamingExperienceSettingsProperty = new StreamingExperienceSettingsProperty {
                 PreferredProtocol = "preferredProtocol"
             };

Synopsis

Constructors

StreamingExperienceSettingsProperty()

The streaming protocol that you want your stack to prefer.

Properties

PreferredProtocol

The preferred protocol that you want to use while streaming your application.

Constructors

StreamingExperienceSettingsProperty()

The streaming protocol that you want your stack to prefer.

public StreamingExperienceSettingsProperty()
Remarks

This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-stack-streamingexperiencesettings.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.AppStream;

             var streamingExperienceSettingsProperty = new StreamingExperienceSettingsProperty {
                 PreferredProtocol = "preferredProtocol"
             };

Properties

PreferredProtocol

The preferred protocol that you want to use while streaming your application.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-stack-streamingexperiencesettings.html#cfn-appstream-stack-streamingexperiencesettings-preferredprotocol

Implements

CfnStack.IStreamingExperienceSettingsProperty
Back to top Generated by DocFX