AWS::QuickSight::Theme DataColorPalette - 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::QuickSight::Theme DataColorPalette

The theme colors that are used for data colors in charts. The colors description is a hexadecimal color code that consists of six alphanumerical characters, prefixed with #, for example #37BFF5.

Syntax

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

JSON

{ "Colors" : [ String, ... ], "EmptyFillColor" : String, "MinMaxGradient" : [ String, ... ] }

YAML

Colors: - String EmptyFillColor: String MinMaxGradient: - String

Properties

Colors

The hexadecimal codes for the colors.

Required: No

Type: Array of String

Minimum: 0

Maximum: 100

Update requires: No interruption

EmptyFillColor

The hexadecimal code of a color that applies to charts where a lack of data is highlighted.

Required: No

Type: String

Pattern: ^#[A-F0-9]{6}$

Update requires: No interruption

MinMaxGradient

The minimum and maximum hexadecimal codes that describe a color gradient.

Required: No

Type: Array of String

Minimum: 0

Maximum: 100

Update requires: No interruption