This is the new AWS 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 AWS CloudFormation template, use the following syntax:
JSON
{ "Colors" :[ String, ... ], "EmptyFillColor" :String, "MinMaxGradient" :[ String, ... ]}
YAML
Colors:- StringEmptyFillColor:StringMinMaxGradient:- String
Properties
Colors-
The hexadecimal codes for the colors.
Required: No
Type: Array of String
Minimum:
0Maximum:
100Update 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:
0Maximum:
100Update requires: No interruption