interface DataPathSortProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.DataPathSortProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_DataPathSortProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.DataPathSortProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.DataPathSortProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnTemplate » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const dataPathSortProperty: quicksight.CfnTemplate.DataPathSortProperty = {
direction: 'direction',
sortPaths: [{
dataPathType: {
pivotTableDataPathType: 'pivotTableDataPathType',
},
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.