aws-cdk-lib.aws_quicksight.CfnDashboard.PivotTableDataPathOptionProperty

interface PivotTableDataPathOptionProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.PivotTableDataPathOptionProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_PivotTableDataPathOptionProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.PivotTableDataPathOptionProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.PivotTableDataPathOptionProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDashboard » PivotTableDataPathOptionProperty

The data path options for the pivot table field options.

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 pivotTableDataPathOptionProperty: quicksight.CfnDashboard.PivotTableDataPathOptionProperty = {
  dataPathList: [{
    fieldId: 'fieldId',
    fieldValue: 'fieldValue',
  }],

  // the properties below are optional
  width: 'width',
};

Properties

NameTypeDescription
dataPathListIResolvable | IResolvable | DataPathValueProperty[]The list of data path values for the data path options.
width?stringThe width of the data path option.

dataPathList

Type: IResolvable | IResolvable | DataPathValueProperty[]

The list of data path values for the data path options.


width?

Type: string (optional)

The width of the data path option.