interface TotalAggregationFunctionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnDashboardPropsMixin.TotalAggregationFunctionProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnDashboardPropsMixin_TotalAggregationFunctionProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDashboardPropsMixin.TotalAggregationFunctionProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnDashboardPropsMixin.TotalAggregationFunctionProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnDashboardPropsMixin » TotalAggregationFunctionProperty |
An aggregation function that aggregates the total values of a measure.
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 totalAggregationFunctionProperty: quicksight_mixins.CfnDashboardPropsMixin.TotalAggregationFunctionProperty = {
simpleTotalAggregationFunction: 'simpleTotalAggregationFunction',
};
Properties
| Name | Type | Description |
|---|---|---|
| simple | string | A built in aggregation function for total values. |
simpleTotalAggregationFunction?
Type:
string
(optional)
A built in aggregation function for total values.

.NET
Go
Java
Python
TypeScript