aws-cdk-lib.aws_quicksight.CfnDashboard.FieldSortProperty

interface FieldSortProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.FieldSortProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_FieldSortProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.FieldSortProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.FieldSortProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDashboard » FieldSortProperty

The sort configuration for a field in a field well.

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 fieldSortProperty: quicksight.CfnDashboard.FieldSortProperty = {
  direction: 'direction',
  fieldId: 'fieldId',
};

Properties

NameTypeDescription
directionstringThe sort direction. Choose one of the following options:.
fieldIdstringThe sort configuration target field.

direction

Type: string

The sort direction. Choose one of the following options:.

  • ASC : Ascending
  • DESC : Descending

fieldId

Type: string

The sort configuration target field.