AWS::QuickSight::Dashboard PivotTableCellConditionalFormatting
The cell conditional formatting option for a pivot table.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "FieldId" :String, "Scope" :PivotTableConditionalFormattingScope, "TextFormat" :TextConditionalFormat}
Properties
FieldId-
The field ID of the cell for conditional formatting.
Required: Yes
Type: String
Minimum:
1Maximum:
512Update requires: No interruption
Scope-
The scope of the cell for conditional formatting.
Required: No
Type: PivotTableConditionalFormattingScope
Update requires: No interruption
TextFormat-
The text format of the cell for conditional formatting.
Required: No
Type: TextConditionalFormat
Update requires: No interruption