interface DataPathTypeProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.DataPathTypeProperty | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_DataPathTypeProperty | 
  Java | software.amazon.awscdk.services.quicksight.CfnTemplate.DataPathTypeProperty | 
  Python | aws_cdk.aws_quicksight.CfnTemplate.DataPathTypeProperty | 
  TypeScript  | aws-cdk-lib » aws_quicksight » CfnTemplate » DataPathTypeProperty | 
The type of the data path value.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const dataPathTypeProperty: quicksight.CfnTemplate.DataPathTypeProperty = {
  pivotTableDataPathType: 'pivotTableDataPathType',
};
Properties
| Name | Type | Description | 
|---|---|---|
| pivot | string | The type of data path value utilized in a pivot table. Choose one of the following options:. | 
pivotTableDataPathType?
Type:
string
(optional)
The type of data path value utilized in a pivot table. Choose one of the following options:.
HIERARCHY_ROWS_LAYOUT_COLUMN- The type of data path for the rows layout column, whenRowsLayoutis set toHIERARCHY.MULTIPLE_ROW_METRICS_COLUMN- The type of data path for the metric column when the row is set to Metric Placement.EMPTY_COLUMN_HEADER- The type of data path for the column with empty column header, when there is no field inColumnsFieldWelland the row is set to Metric Placement.COUNT_METRIC_COLUMN- The type of data path for the column withCOUNTas the metric, when there is no field in theValuesFieldWell.

 .NET
 Go
 Java
 Python
 TypeScript