

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::QuickSight::Dashboard PivotTableCellConditionalFormatting
<a name="aws-properties-quicksight-dashboard-pivottablecellconditionalformatting"></a>

The cell conditional formatting option for a pivot table.

## Syntax
<a name="aws-properties-quicksight-dashboard-pivottablecellconditionalformatting-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-pivottablecellconditionalformatting-syntax.json"></a>

```
{
  "[FieldId](#cfn-quicksight-dashboard-pivottablecellconditionalformatting-fieldid)" : String,
  "[Scope](#cfn-quicksight-dashboard-pivottablecellconditionalformatting-scope)" : PivotTableConditionalFormattingScope,
  "[Scopes](#cfn-quicksight-dashboard-pivottablecellconditionalformatting-scopes)" : [ PivotTableConditionalFormattingScope, ... ],
  "[TextFormat](#cfn-quicksight-dashboard-pivottablecellconditionalformatting-textformat)" : TextConditionalFormat
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-pivottablecellconditionalformatting-syntax.yaml"></a>

```
  [FieldId](#cfn-quicksight-dashboard-pivottablecellconditionalformatting-fieldid): String
  [Scope](#cfn-quicksight-dashboard-pivottablecellconditionalformatting-scope): 
    PivotTableConditionalFormattingScope
  [Scopes](#cfn-quicksight-dashboard-pivottablecellconditionalformatting-scopes): 
    - PivotTableConditionalFormattingScope
  [TextFormat](#cfn-quicksight-dashboard-pivottablecellconditionalformatting-textformat): 
    TextConditionalFormat
```

## Properties
<a name="aws-properties-quicksight-dashboard-pivottablecellconditionalformatting-properties"></a>

`FieldId`  <a name="cfn-quicksight-dashboard-pivottablecellconditionalformatting-fieldid"></a>
The field ID of the cell for conditional formatting.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `512`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Scope`  <a name="cfn-quicksight-dashboard-pivottablecellconditionalformatting-scope"></a>
The scope of the cell for conditional formatting.  
*Required*: No  
*Type*: [PivotTableConditionalFormattingScope](aws-properties-quicksight-dashboard-pivottableconditionalformattingscope.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Scopes`  <a name="cfn-quicksight-dashboard-pivottablecellconditionalformatting-scopes"></a>
A list of cell scopes for conditional formatting.  
*Required*: No  
*Type*: Array of [PivotTableConditionalFormattingScope](aws-properties-quicksight-dashboard-pivottableconditionalformattingscope.md)  
*Minimum*: `0`  
*Maximum*: `3`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TextFormat`  <a name="cfn-quicksight-dashboard-pivottablecellconditionalformatting-textformat"></a>
The text format of the cell for conditional formatting.  
*Required*: No  
*Type*: [TextConditionalFormat](aws-properties-quicksight-dashboard-textconditionalformat.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)