AWS::QuickSight::DataSet DataPrepAggregationFunction - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::QuickSight::DataSet DataPrepAggregationFunction

Defines the type of aggregation function to apply to data during data preparation, supporting simple and list aggregations.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

Properties

ListAggregation

A list aggregation function that concatenates values from multiple rows into a single delimited string.

Required: No

Type: DataPrepListAggregationFunction

Update requires: No interruption

PercentileAggregation

Property description not available.

Required: No

Type: DataPrepPercentileAggregationFunction

Update requires: No interruption

SimpleAggregation

A simple aggregation function such as SUM, COUNT, AVERAGE, MIN, MAX, MEDIAN, VARIANCE, or STANDARD_DEVIATION.

Required: No

Type: DataPrepSimpleAggregationFunction

Update requires: No interruption