AWS::QuickSight::Theme ThemeConfiguration
The theme configuration. This configuration contains all of the display properties for a theme.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DataColorPalette" :
DataColorPalette
, "Sheet" :SheetStyle
, "Typography" :Typography
, "UIColorPalette" :UIColorPalette
}
YAML
DataColorPalette:
DataColorPalette
Sheet:SheetStyle
Typography:Typography
UIColorPalette:UIColorPalette
Properties
DataColorPalette
-
Color properties that apply to chart data colors.
Required: No
Type: DataColorPalette
Update requires: No interruption
Sheet
-
Display options related to sheets.
Required: No
Type: SheetStyle
Update requires: No interruption
Typography
-
Determines the typography options.
Required: No
Type: Typography
Update requires: No interruption
UIColorPalette
-
Color properties that apply to the UI and to charts, excluding the colors that apply to data.
Required: No
Type: UIColorPalette
Update requires: No interruption