interface CalculatedFieldProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.CalculatedFieldProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_CalculatedFieldProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.CalculatedFieldProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.CalculatedFieldProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnTemplate » 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.CfnTemplate.CalculatedFieldProperty = {
dataSetIdentifier: 'dataSetIdentifier',
expression: 'expression',
name: 'name',
};
Properties
Name | Type | Description |
---|---|---|
data | string | The data set that is used in this calculated field. |
expression | string | The expression of the calculated field. |
name | string | The 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.