AWS::Connect::Workspace PaletteHeader - 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 PaletteHeader

Contains color configuration for header 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, "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