This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Connect::Workspace PalettePrimary
Contains primary color configuration for a workspace theme.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Active" :String, "ContrastText" :String, "Default" :String}
YAML
Active:StringContrastText:StringDefault:String
Properties
Active-
The primary color used for active states.
Required: No
Type: String
Pattern:
.*\S.*Minimum:
1Maximum:
127Update requires: No interruption
ContrastText-
The text color that contrasts with the primary color for readability.
Required: No
Type: String
Pattern:
.*\S.*Minimum:
1Maximum:
127Update requires: No interruption
Default-
The default primary color used throughout the workspace.
Required: No
Type: String
Pattern:
.*\S.*Minimum:
1Maximum:
127Update requires: No interruption