aws-cdk-lib.aws_appstream.CfnStack.StreamingExperienceSettingsProperty

interface StreamingExperienceSettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.AppStream.CfnStack.StreamingExperienceSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappstream#CfnStack_StreamingExperienceSettingsProperty
Javasoftware.amazon.awscdk.services.appstream.CfnStack.StreamingExperienceSettingsProperty
Pythonaws_cdk.aws_appstream.CfnStack.StreamingExperienceSettingsProperty
TypeScript aws-cdk-lib » aws_appstream » CfnStack » 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-lib';
const streamingExperienceSettingsProperty: appstream.CfnStack.StreamingExperienceSettingsProperty = {
  preferredProtocol: 'preferredProtocol',
};

Properties

NameTypeDescription
preferredProtocol?stringThe 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.