interface StreamingExperienceSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AppStream.CfnStackPropsMixin.StreamingExperienceSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsappstream#CfnStackPropsMixin_StreamingExperienceSettingsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.appstream.CfnStackPropsMixin.StreamingExperienceSettingsProperty |
Python | aws_cdk.cfn_property_mixins.aws_appstream.CfnStackPropsMixin.StreamingExperienceSettingsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_appstream » CfnStackPropsMixin » StreamingExperienceSettingsProperty |
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.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appstream as appstream } from '@aws-cdk/cfn-property-mixins';
const streamingExperienceSettingsProperty: appstream.CfnStackPropsMixin.StreamingExperienceSettingsProperty = {
preferredProtocol: 'preferredProtocol',
};
Properties
| Name | Type | Description |
|---|---|---|
| preferred | string | The preferred protocol that you want to use while streaming your application. |
preferredProtocol?
Type:
string
(optional)
The preferred protocol that you want to use while streaming your application.

.NET
Go
Java
Python
TypeScript