Class CfnStack.StreamingExperienceSettingsProperty
The streaming protocol that you want your stack to prefer.
Inheritance
Namespace: Amazon.CDK.AWS.AppStream
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class StreamingExperienceSettingsProperty : Object, CfnStack.IStreamingExperienceSettingsProperty
Syntax (vb)
Public Class StreamingExperienceSettingsProperty
Inherits Object
Implements CfnStack.IStreamingExperienceSettingsProperty
Remarks
This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.
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
Streaming |
Properties
Preferred |
The preferred protocol that you want to use while streaming your application. |
Constructors
StreamingExperienceSettingsProperty()
public StreamingExperienceSettingsProperty()
Properties
PreferredProtocol
The preferred protocol that you want to use while streaming your application.
public string PreferredProtocol { get; set; }
Property Value
System.