interface FieldSortProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.FieldSortProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_FieldSortProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.FieldSortProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.FieldSortProperty |
![]() | 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
Name | Type | Description |
---|---|---|
direction | string | The sort direction. Choose one of the following options:. |
field | string | The sort configuration target field. |
direction
Type:
string
The sort direction. Choose one of the following options:.
ASC
: AscendingDESC
: Descending
fieldId
Type:
string
The sort configuration target field.