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 AWS 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 | 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