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

Contains primary color configuration for a workspace theme.

Syntax

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

JSON

{ "Active" : String, "ContrastText" : String, "Default" : String }

YAML

Active: String ContrastText: String Default: String

Properties

Active

The primary color used for active states.

Required: No

Type: String

Pattern: .*\S.*

Minimum: 1

Maximum: 127

Update requires: No interruption

ContrastText

The text color that contrasts with the primary color for readability.

Required: No

Type: String

Pattern: .*\S.*

Minimum: 1

Maximum: 127

Update requires: No interruption

Default

The default primary color used throughout the workspace.

Required: No

Type: String

Pattern: .*\S.*

Minimum: 1

Maximum: 127

Update requires: No interruption