aws-cdk-lib.aws_quicksight.CfnAnalysis.DataPathSortProperty

interface DataPathSortProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnAnalysis.DataPathSortProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_DataPathSortProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnAnalysis.DataPathSortProperty
Pythonaws_cdk.aws_quicksight.CfnAnalysis.DataPathSortProperty
TypeScript aws-cdk-lib » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const dataPathSortProperty: quicksight.CfnAnalysis.DataPathSortProperty = {
  direction: 'direction',
  sortPaths: [{
    fieldId: 'fieldId',
    fieldValue: 'fieldValue',
  }],
};

Properties

NameTypeDescription
directionstringDetermines the sort direction.
sortPathsIResolvable | IResolvable | DataPathValueProperty[]The list of data paths that need to be sorted.

direction

Type: string

Determines the sort direction.


sortPaths

Type: IResolvable | IResolvable | DataPathValueProperty[]

The list of data paths that need to be sorted.