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).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

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