AWS::AppStream::Stack ApplicationSettings - AWS CloudFormation

AWS::AppStream::Stack ApplicationSettings

The persistent application settings for users of a stack.

Syntax

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

JSON

{ "Enabled" : Boolean, "SettingsGroup" : String }

YAML

Enabled: Boolean SettingsGroup: String

Properties

Enabled

Enables or disables persistent application settings for users during their streaming sessions.

Required: Yes

Type: Boolean

Update requires: No interruption

SettingsGroup

The path prefix for the 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

Maximum: 100

Update requires: No interruption