AWS::AppStream::Stack StreamingExperienceSettings - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 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