DataPrepAggregationFunction
Defines the type of aggregation function to apply to data during data preparation, supporting simple and list aggregations.
Contents
Note
In the following list, the required parameters are described first.
- ListAggregation
-
A list aggregation function that concatenates values from multiple rows into a single delimited string.
Type: DataPrepListAggregationFunction object
Required: No
- SimpleAggregation
-
A simple aggregation function such as
SUM,COUNT,AVERAGE,MIN,MAX,MEDIAN,VARIANCE, orSTANDARD_DEVIATION.Type: DataPrepSimpleAggregationFunction object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: