AWS::WorkSpaces::WorkspacesPool ApplicationSettings - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::WorkSpaces::WorkspacesPool ApplicationSettings

The persistent application settings for users in the pool.

Syntax

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

JSON

{ "SettingsGroup" : String, "Status" : String }

YAML

SettingsGroup: String Status: String

Properties

SettingsGroup

The path prefix for the S3 bucket where users’ persistent application settings are stored.

Required: No

Type: String

Pattern: ^[A-Za-z0-9_./()!*'-]+$

Maximum: 100

Update requires: No interruption

Status

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

Required: Yes

Type: String

Allowed values: DISABLED | ENABLED

Update requires: No interruption