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:StringPermission: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_DEVICEUpdate requires: No interruption
Permission-
Indicates whether the action is enabled or disabled.
Required: Yes
Type: String
Allowed values:
DISABLED | ENABLEDUpdate requires: No interruption