aws-cdk-lib.aws_quicksight.CfnAnalysis.CalculatedMeasureFieldProperty

interface CalculatedMeasureFieldProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnAnalysis.CalculatedMeasureFieldProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_CalculatedMeasureFieldProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnAnalysis.CalculatedMeasureFieldProperty
Pythonaws_cdk.aws_quicksight.CfnAnalysis.CalculatedMeasureFieldProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnAnalysis » CalculatedMeasureFieldProperty

The table calculation measure field for pivot tables.

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 calculatedMeasureFieldProperty: quicksight.CfnAnalysis.CalculatedMeasureFieldProperty = {
  expression: 'expression',
  fieldId: 'fieldId',
};

Properties

NameTypeDescription
expressionstringThe expression in the table calculation.
fieldIdstringThe custom field ID.

expression

Type: string

The expression in the table calculation.


fieldId

Type: string

The custom field ID.