AWS::Connect::Workspace PaletteNavigation - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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: 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