AWS::Connect::Workspace PaletteHeader - AWS CloudFormation

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 PaletteHeader

Contains color configuration for header 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, "TextHover" : String }

YAML

Background: String InvertActionsColors: Boolean Text: String TextHover: String

Properties

Background

The background color of the header.

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 header.

Required: No

Type: Boolean

Update requires: No interruption

Text

The text color in the header.

Required: No

Type: String

Pattern: .*\S.*

Minimum: 1

Maximum: 127

Update requires: No interruption

TextHover

The text color when hovering over header elements.

Required: No

Type: String

Pattern: .*\S.*

Minimum: 1

Maximum: 127

Update requires: No interruption