interface FilledMapSortConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnAnalysis.FilledMapSortConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_FilledMapSortConfigurationProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnAnalysis.FilledMapSortConfigurationProperty |
![]() | aws_cdk.aws_quicksight.CfnAnalysis.FilledMapSortConfigurationProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnAnalysis » FilledMapSortConfigurationProperty |
The sort configuration of a FilledMapVisual
.
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 filledMapSortConfigurationProperty: quicksight.CfnAnalysis.FilledMapSortConfigurationProperty = {
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 | IResolvable | Field [] | The sort configuration of the location fields. |
categorySort?
Type:
IResolvable
|
IResolvable
|
Field
[]
(optional)
The sort configuration of the location fields.