interface TreeMapSortConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.TreeMapSortConfigurationProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.TreeMapSortConfigurationProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.TreeMapSortConfigurationProperty |
![]() | @aws-cdk/aws-quicksight » CfnTemplate » TreeMapSortConfigurationProperty |
The sort configuration of a tree map.
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 treeMapSortConfigurationProperty: quicksight.CfnTemplate.TreeMapSortConfigurationProperty = {
treeMapGroupItemsLimitConfiguration: {
itemsLimit: 123,
otherCategories: 'otherCategories',
},
treeMapSort: [{
columnSort: {
direction: 'direction',
sortBy: {
columnName: 'columnName',
dataSetIdentifier: 'dataSetIdentifier',
},
// the properties below are optional
aggregationFunction: {
categoricalAggregationFunction: 'categoricalAggregationFunction',
dateAggregationFunction: 'dateAggregationFunction',
numericalAggregationFunction: {
percentileAggregation: {
percentileValue: 123,
},
simpleNumericalAggregation: 'simpleNumericalAggregation',
},
},
},
fieldSort: {
direction: 'direction',
fieldId: 'fieldId',
},
}],
};
Properties
Name | Type | Description |
---|---|---|
tree | IResolvable | Items | The limit on the number of groups that are displayed. |
tree | IResolvable | IResolvable | Field [] | The sort configuration of group by fields. |
treeMapGroupItemsLimitConfiguration?
Type:
IResolvable
|
Items
(optional)
The limit on the number of groups that are displayed.
treeMapSort?
Type:
IResolvable
|
IResolvable
|
Field
[]
(optional)
The sort configuration of group by fields.