interface PivotTableDataPathOptionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.PivotTableDataPathOptionProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.PivotTableDataPathOptionProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.PivotTableDataPathOptionProperty |
![]() | @aws-cdk/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 * as quicksight from '@aws-cdk/aws-quicksight';
const pivotTableDataPathOptionProperty: quicksight.CfnDashboard.PivotTableDataPathOptionProperty = {
dataPathList: [{
fieldId: 'fieldId',
fieldValue: 'fieldValue',
}],
// the properties below are optional
width: 'width',
};
Properties
Name | Type | Description |
---|---|---|
data | IResolvable | IResolvable | Data [] | The list of data path values for the data path options. |
width? | string | The width of the data path option. |
dataPathList
Type:
IResolvable
|
IResolvable
|
Data
[]
The list of data path values for the data path options.
width?
Type:
string
(optional)
The width of the data path option.