

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::Dashboard PivotTableDataPathOption
<a name="aws-properties-quicksight-dashboard-pivottabledatapathoption"></a>

The data path options for the pivot table field options.

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

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

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

```
{
  "[DataPathList](#cfn-quicksight-dashboard-pivottabledatapathoption-datapathlist)" : [ DataPathValue, ... ],
  "[Width](#cfn-quicksight-dashboard-pivottabledatapathoption-width)" : String
}
```

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

```
  [DataPathList](#cfn-quicksight-dashboard-pivottabledatapathoption-datapathlist): 
    - DataPathValue
  [Width](#cfn-quicksight-dashboard-pivottabledatapathoption-width): String
```

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

`DataPathList`  <a name="cfn-quicksight-dashboard-pivottabledatapathoption-datapathlist"></a>
The list of data path values for the data path options.  
*Required*: Yes  
*Type*: Array of [DataPathValue](aws-properties-quicksight-dashboard-datapathvalue.md)  
*Minimum*: `0`  
*Maximum*: `20`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Width`  <a name="cfn-quicksight-dashboard-pivottabledatapathoption-width"></a>
The width of the data path option.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)