AWS::QuickSight::DataSet DataPrepAggregationFunction - AWS CloudFormation

This is the new AWS 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 AWS 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