AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes an action and whether the action is enabled or disabled for users during their streaming sessions.

Inheritance Hierarchy

System.Object
  Amazon.AppStream.Model.UserSetting

Namespace: Amazon.AppStream.Model
Assembly: AWSSDK.AppStream.dll
Version: 3.x.y.z

Syntax

C#
public class UserSetting

The UserSetting type exposes the following members

Constructors

NameDescription
Public Method UserSetting()

Properties

NameTypeDescription
Public Property Action Amazon.AppStream.Action

Gets and sets the property Action.

The action that is enabled or disabled.

Public Property MaximumLength System.Int32

Gets and sets the property MaximumLength.

Specifies the number of characters that can be copied by end users from the local device to the remote session, and to the local device from the remote session.

This can be specified only for the CLIPBOARD_COPY_FROM_LOCAL_DEVICE and CLIPBOARD_COPY_TO_LOCAL_DEVICE actions.

This defaults to 20,971,520 (20 MB) when unspecified and the permission is ENABLED. This can't be specified when the permission is DISABLED.

This can only be specified for AlwaysOn and OnDemand fleets. The attribute is not supported on Elastic fleets.

The value can be between 1 and 20,971,520 (20 MB).

Public Property Permission Amazon.AppStream.Permission

Gets and sets the property Permission.

Indicates whether the action is enabled or disabled.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5