aws-cdk-lib.aws_quicksight.CfnTemplate.CalculatedMeasureFieldProperty

interface CalculatedMeasureFieldProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.CalculatedMeasureFieldProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_CalculatedMeasureFieldProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.CalculatedMeasureFieldProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.CalculatedMeasureFieldProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » 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.CfnTemplate.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.