AWS::AppStream::Stack UserSetting - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::AppStream::Stack UserSetting

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

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Action" : String, "Permission" : String }

YAML

Action: String Permission: String

Properties

Action

The action that is enabled or disabled.

Required: Yes

Type: String

Allowed values: CLIPBOARD_COPY_FROM_LOCAL_DEVICE | CLIPBOARD_COPY_TO_LOCAL_DEVICE | DOMAIN_PASSWORD_SIGNIN | DOMAIN_SMART_CARD_SIGNIN | FILE_DOWNLOAD | FILE_UPLOAD | PRINTING_TO_LOCAL_DEVICE

Update requires: No interruption

Permission

Indicates whether the action is enabled or disabled.

Required: Yes

Type: String

Allowed values: DISABLED | ENABLED

Update requires: No interruption