Amazon AppStream 2.0 Stack ApplicationSettings
The
ApplicationSettings property type specifies the persistent application settings
for users of an Amazon AppStream 2.0 stack.
ApplicationSettings is a property of the AWS::AppStream::Stack resource type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Enabled" :Boolean, "SettingsGroup" :String}
YAML
Enabled:BooleanSettingsGroup:String
Properties
Enabled-
Specifies whether persistent application settings are enabled for users during their streaming sessions.
Required: Yes
Type: Boolean
Update requires: No interruption
SettingsGroup-
The path prefix for the Amazon S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
Required: No
Type: String
Update requires: No interruption
