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:
JSON
{ "ListAggregation" :DataPrepListAggregationFunction, "PercentileAggregation" :DataPrepPercentileAggregationFunction, "SimpleAggregation" :DataPrepSimpleAggregationFunction}
YAML
ListAggregation:DataPrepListAggregationFunctionPercentileAggregation:DataPrepPercentileAggregationFunctionSimpleAggregation:DataPrepSimpleAggregationFunction
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
PercentileAggregationProperty 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, orSTANDARD_DEVIATION.Required: No
Type: DataPrepSimpleAggregationFunction
Update requires: No interruption