interface WordCloudSortConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.WordCloudSortConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_WordCloudSortConfigurationProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.WordCloudSortConfigurationProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.WordCloudSortConfigurationProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnTemplate » WordCloudSortConfigurationProperty |
The sort configuration of a word cloud visual.
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 wordCloudSortConfigurationProperty: quicksight.CfnTemplate.WordCloudSortConfigurationProperty = {
categoryItemsLimit: {
itemsLimit: 123,
otherCategories: 'otherCategories',
},
categorySort: [{
columnSort: {
direction: 'direction',
sortBy: {
columnName: 'columnName',
dataSetIdentifier: 'dataSetIdentifier',
},
// the properties below are optional
aggregationFunction: {
attributeAggregationFunction: {
simpleAttributeAggregation: 'simpleAttributeAggregation',
valueForMultipleValues: 'valueForMultipleValues',
},
categoricalAggregationFunction: 'categoricalAggregationFunction',
dateAggregationFunction: 'dateAggregationFunction',
numericalAggregationFunction: {
percentileAggregation: {
percentileValue: 123,
},
simpleNumericalAggregation: 'simpleNumericalAggregation',
},
},
},
fieldSort: {
direction: 'direction',
fieldId: 'fieldId',
},
}],
};
Properties
Name | Type | Description |
---|---|---|
category | IResolvable | Items | The limit on the number of groups that are displayed in a word cloud. |
category | IResolvable | IResolvable | Field [] | The sort configuration of group by fields. |
categoryItemsLimit?
Type:
IResolvable
|
Items
(optional)
The limit on the number of groups that are displayed in a word cloud.
categorySort?
Type:
IResolvable
|
IResolvable
|
Field
[]
(optional)
The sort configuration of group by fields.