AWS::AppStream::Stack StreamingExperienceSettings - AWS CloudFormation

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 AWS 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