interface CalculatedMeasureFieldProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnAnalysisPropsMixin.CalculatedMeasureFieldProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnAnalysisPropsMixin_CalculatedMeasureFieldProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.CalculatedMeasureFieldProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnAnalysisPropsMixin.CalculatedMeasureFieldProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnAnalysisPropsMixin » 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/cfn-property-mixins';
const calculatedMeasureFieldProperty: quicksight.CfnAnalysisPropsMixin.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