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::Dashboard PivotTableCellConditionalFormatting
The cell conditional formatting option for a pivot table.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "FieldId" :String, "Scope" :PivotTableConditionalFormattingScope, "Scopes" :[ PivotTableConditionalFormattingScope, ... ], "TextFormat" :TextConditionalFormat}
YAML
FieldId:StringScope:PivotTableConditionalFormattingScopeScopes:- PivotTableConditionalFormattingScopeTextFormat: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 
- Scopes
- 
                    A list of cell scopes for conditional formatting. Required: No Type: Array of PivotTableConditionalFormattingScope Minimum: 0Maximum: 3Update requires: No interruption 
- TextFormat
- 
                    The text format of the cell for conditional formatting. Required: No Type: TextConditionalFormat Update requires: No interruption