AWS::QuickSight::Template TableRowConditionalFormatting
The conditional formatting of a table row.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BackgroundColor" :
ConditionalFormattingColor
, "TextColor" :ConditionalFormattingColor
}
Properties
BackgroundColor
-
The conditional formatting color (solid, gradient) of the background for a table row.
Required: No
Type: ConditionalFormattingColor
Update requires: No interruption
TextColor
-
The conditional formatting color (solid, gradient) of the text for a table row.
Required: No
Type: ConditionalFormattingColor
Update requires: No interruption