aws-cdk-lib.aws_quicksight.CfnDashboard.CalculatedFieldProperty

interface CalculatedFieldProperty

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

The calculated field of an analysis.

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 calculatedFieldProperty: quicksight.CfnDashboard.CalculatedFieldProperty = {
  dataSetIdentifier: 'dataSetIdentifier',
  expression: 'expression',
  name: 'name',
};

Properties

NameTypeDescription
dataSetIdentifierstringThe data set that is used in this calculated field.
expressionstringThe expression of the calculated field.
namestringThe name of the calculated field.

dataSetIdentifier

Type: string

The data set that is used in this calculated field.


expression

Type: string

The expression of the calculated field.


name

Type: string

The name of the calculated field.