interface FieldSortProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.FieldSortProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_FieldSortProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.FieldSortProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.FieldSortProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnTemplate » 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.CfnTemplate.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.