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
PreferredProtocolThe preferred protocol that you want to use while streaming your application.
Required: No
Type: String
Allowed values:
TCP | UDPUpdate requires: No interruption