This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Connect::Workspace WorkspaceTheme
Contains theme configuration for a workspace, supporting both light and dark modes.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Dark" :WorkspaceThemeConfig, "Light" :WorkspaceThemeConfig}
Properties
Dark-
The theme configuration for dark mode.
Required: No
Type: WorkspaceThemeConfig
Update requires: No interruption
Light-
The theme configuration for light mode.
Required: No
Type: WorkspaceThemeConfig
Update requires: No interruption