interface DataPathSortProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.DataPathSortProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.DataPathSortProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.DataPathSortProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnAnalysis » DataPathSortProperty |
Allows data paths to be sorted by a specific data value.
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 dataPathSortProperty: quicksight.CfnAnalysis.DataPathSortProperty = {
direction: 'direction',
sortPaths: [{
fieldId: 'fieldId',
fieldValue: 'fieldValue',
}],
};
Properties
Name | Type | Description |
---|---|---|
direction | string | Determines the sort direction. |
sort | IResolvable | IResolvable | Data [] | The list of data paths that need to be sorted. |
direction
Type:
string
Determines the sort direction.
sortPaths
Type:
IResolvable
|
IResolvable
|
Data
[]
The list of data paths that need to be sorted.