

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

# AWS::QuickSight::Template ColorsConfiguration
<a name="aws-properties-quicksight-template-colorsconfiguration"></a>

The color configurations for a column.

## Syntax
<a name="aws-properties-quicksight-template-colorsconfiguration-syntax"></a>

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

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

```
{
  "[CustomColors](#cfn-quicksight-template-colorsconfiguration-customcolors)" : [ CustomColor, ... ]
}
```

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

```
  [CustomColors](#cfn-quicksight-template-colorsconfiguration-customcolors): 
    - CustomColor
```

## Properties
<a name="aws-properties-quicksight-template-colorsconfiguration-properties"></a>

`CustomColors`  <a name="cfn-quicksight-template-colorsconfiguration-customcolors"></a>
A list of up to 50 custom colors.  
*Required*: No  
*Type*: Array of [CustomColor](aws-properties-quicksight-template-customcolor.md)  
*Minimum*: `0`  
*Maximum*: `50`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)