interface FieldSortProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.FieldSortProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.FieldSortProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.FieldSortProperty |
TypeScript | @aws-cdk/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 * as quicksight from '@aws-cdk/aws-quicksight';
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.