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