

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 TableOptions
<a name="aws-properties-quicksight-dashboard-tableoptions"></a>

The table options for a table visual.

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

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

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

```
{
  "[CellStyle](#cfn-quicksight-dashboard-tableoptions-cellstyle)" : TableCellStyle,
  "[HeaderStyle](#cfn-quicksight-dashboard-tableoptions-headerstyle)" : TableCellStyle,
  "[Orientation](#cfn-quicksight-dashboard-tableoptions-orientation)" : String,
  "[RowAlternateColorOptions](#cfn-quicksight-dashboard-tableoptions-rowalternatecoloroptions)" : RowAlternateColorOptions
}
```

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

```
  [CellStyle](#cfn-quicksight-dashboard-tableoptions-cellstyle): 
    TableCellStyle
  [HeaderStyle](#cfn-quicksight-dashboard-tableoptions-headerstyle): 
    TableCellStyle
  [Orientation](#cfn-quicksight-dashboard-tableoptions-orientation): String
  [RowAlternateColorOptions](#cfn-quicksight-dashboard-tableoptions-rowalternatecoloroptions): 
    RowAlternateColorOptions
```

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

`CellStyle`  <a name="cfn-quicksight-dashboard-tableoptions-cellstyle"></a>
The table cell style of table cells.  
*Required*: No  
*Type*: [TableCellStyle](aws-properties-quicksight-dashboard-tablecellstyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`HeaderStyle`  <a name="cfn-quicksight-dashboard-tableoptions-headerstyle"></a>
The table cell style of a table header.  
*Required*: No  
*Type*: [TableCellStyle](aws-properties-quicksight-dashboard-tablecellstyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Orientation`  <a name="cfn-quicksight-dashboard-tableoptions-orientation"></a>
The orientation (vertical, horizontal) for a table.  
*Required*: No  
*Type*: String  
*Allowed values*: `VERTICAL | HORIZONTAL`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RowAlternateColorOptions`  <a name="cfn-quicksight-dashboard-tableoptions-rowalternatecoloroptions"></a>
The row alternate color options (widget status, row alternate colors) for a table.  
*Required*: No  
*Type*: [RowAlternateColorOptions](aws-properties-quicksight-dashboard-rowalternatecoloroptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)