AWS::AppStream::Stack StreamingExperienceSettings - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::AppStream::Stack StreamingExperienceSettings

The streaming protocol that you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "PreferredProtocol" : String }

YAML

PreferredProtocol: String

Properties

PreferredProtocol

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

Required: No

Type: String

Allowed values: TCP | UDP

Update requires: No interruption