Amazon AppStream 2.0 Stack UserSetting
The
UserSetting property type specifies an action and whether the action is enabled or disabled for
users of an Amazon AppStream 2.0 stack during their streaming sessions.
UserSetting is a property of the AWS::AppStream::Stack resource.
Syntax
To declare this entity in your AWS 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
Update requires: No interruption
Permission-
Indicates whether the action is enabled or disabled.
Required: Yes
Type: String
Update requires: No interruption
