interface DataPathValueProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.DataPathValueProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.DataPathValueProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.DataPathValueProperty |
![]() | @aws-cdk/aws-quicksight » CfnDashboard » DataPathValueProperty |
The data path that needs to be sorted.
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 dataPathValueProperty: quicksight.CfnDashboard.DataPathValueProperty = {
fieldId: 'fieldId',
fieldValue: 'fieldValue',
};
Properties
Name | Type | Description |
---|---|---|
field | string | The field ID of the field that needs to be sorted. |
field | string | The actual value of the field that needs to be sorted. |
fieldId
Type:
string
The field ID of the field that needs to be sorted.
fieldValue
Type:
string
The actual value of the field that needs to be sorted.