aws-cdk-lib.aws_quicksight.CfnAnalysis.DataPathValueProperty

interface DataPathValueProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnAnalysis.DataPathValueProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_DataPathValueProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnAnalysis.DataPathValueProperty
Pythonaws_cdk.aws_quicksight.CfnAnalysis.DataPathValueProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnAnalysis » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const dataPathValueProperty: quicksight.CfnAnalysis.DataPathValueProperty = {
  fieldId: 'fieldId',
  fieldValue: 'fieldValue',
};

Properties

NameTypeDescription
fieldIdstringThe field ID of the field that needs to be sorted.
fieldValuestringThe 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.