AWS::Connect::Workspace PaletteNavigation - 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).

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 PaletteNavigation

Contains color configuration for navigation elements in a workspace theme.

Syntax

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

JSON

{ "Background" : String, "InvertActionsColors" : Boolean, "Text" : String, "TextActive" : String, "TextBackgroundActive" : String, "TextBackgroundHover" : String, "TextHover" : String }

YAML

Background: String InvertActionsColors: Boolean Text: String TextActive: String TextBackgroundActive: String TextBackgroundHover: String TextHover: String

Properties

Background

The background color of the navigation area.

Required: No

Type: String

Pattern: .*\S.*

Minimum: 1

Maximum: 127

Update requires: No interruption

InvertActionsColors

Whether to invert the colors of action buttons in the navigation area.

Required: No

Type: Boolean

Update requires: No interruption

Text

The text color in the navigation area.

Required: No

Type: String

Pattern: .*\S.*

Minimum: 1

Maximum: 127

Update requires: No interruption

TextActive

The text color for active navigation items.

Required: No

Type: String

Pattern: .*\S.*

Minimum: 1

Maximum: 127

Update requires: No interruption

TextBackgroundActive

The background color for active navigation items.

Required: No

Type: String

Pattern: .*\S.*

Minimum: 1

Maximum: 127

Update requires: No interruption

TextBackgroundHover

The background color when hovering over navigation text.

Required: No

Type: String

Pattern: .*\S.*

Minimum: 1

Maximum: 127

Update requires: No interruption

TextHover

The text color when hovering over navigation items.

Required: No

Type: String

Pattern: .*\S.*

Minimum: 1

Maximum: 127

Update requires: No interruption