AWS::QuickSight::Analysis TableConditionalFormattingOption
Conditional formatting options for a PivotTableVisual
.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Cell" :
TableCellConditionalFormatting
, "Row" :TableRowConditionalFormatting
}
Properties
Cell
-
The cell conditional formatting option for a table.
Required: No
Type: TableCellConditionalFormatting
Update requires: No interruption
Row
-
The row conditional formatting option for a table.
Required: No
Type: TableRowConditionalFormatting
Update requires: No interruption