interface CalculatedMeasureFieldProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnDashboardPropsMixin.CalculatedMeasureFieldProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnDashboardPropsMixin_CalculatedMeasureFieldProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDashboardPropsMixin.CalculatedMeasureFieldProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnDashboardPropsMixin.CalculatedMeasureFieldProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnDashboardPropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const calculatedMeasureFieldProperty: quicksight_mixins.CfnDashboardPropsMixin.CalculatedMeasureFieldProperty = {
expression: 'expression',
fieldId: 'fieldId',
};
Properties
| Name | Type | Description |
|---|---|---|
| expression? | string | The expression in the table calculation. |
| field | string | The custom field ID. |
expression?
Type:
string
(optional)
The expression in the table calculation.
fieldId?
Type:
string
(optional)
The custom field ID.

.NET
Go
Java
Python
TypeScript