AWS::WorkSpaces::WorkspacesPool ApplicationSettings - AWS CloudFormation

AWS::WorkSpaces::WorkspacesPool ApplicationSettings

The persistent application settings for users in the pool.

Syntax

To declare this entity in your AWS 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