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 PaletteNavigation
Contains color configuration for navigation elements in a workspace theme.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Background" :String, "InvertActionsColors" :Boolean, "Text" :String, "TextActive" :String, "TextBackgroundActive" :String, "TextBackgroundHover" :String, "TextHover" :String}
YAML
Background:StringInvertActionsColors:BooleanText:StringTextActive:StringTextBackgroundActive:StringTextBackgroundHover:StringTextHover:String
Properties
-
The background color of the navigation area.
Required: No
Type: String
Pattern:
.*\S.*Minimum:
1Maximum:
127Update requires: No interruption
-
Whether to invert the colors of action buttons in the navigation area.
Required: No
Type: Boolean
Update requires: No interruption
-
The text color in the navigation area.
Required: No
Type: String
Pattern:
.*\S.*Minimum:
1Maximum:
127Update requires: No interruption
-
The text color for active navigation items.
Required: No
Type: String
Pattern:
.*\S.*Minimum:
1Maximum:
127Update requires: No interruption
-
The background color for active navigation items.
Required: No
Type: String
Pattern:
.*\S.*Minimum:
1Maximum:
127Update requires: No interruption
-
The background color when hovering over navigation text.
Required: No
Type: String
Pattern:
.*\S.*Minimum:
1Maximum:
127Update requires: No interruption
-
The text color when hovering over navigation items.
Required: No
Type: String
Pattern:
.*\S.*Minimum:
1Maximum:
127Update requires: No interruption