interface DataPathValueProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.DataPathValueProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.DataPathValueProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.DataPathValueProperty |
TypeScript | @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.