AggregationSortConfiguration
The configuration options to sort aggregated values.
Contents
Note
In the following list, the required parameters are described first.
- Column
-
The column that determines the sort order of aggregated values.
Type: ColumnIdentifier object
Required: Yes
- SortDirection
-
The sort direction of values.
-
ASC
: Sort in ascending order. -
DESC
: Sort in descending order.
Type: String
Valid Values:
ASC | DESC
Required: Yes
-
- AggregationFunction
-
The function that aggregates the values in
Column
.Type: AggregationFunction object
Required: No
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: