AggregateColumn
Column in configured table that can be used in aggregate function in query.
Contents
- columnNames
-
Column names in configured table of aggregate columns.
Type: Array of strings
Array Members: Minimum number of 1 item.
Length Constraints: Minimum length of 1. Maximum length of 127.
Pattern:
[a-z0-9_](([a-z0-9_ ]+-)*([a-z0-9_ ]+))?
Required: Yes
- function
-
Aggregation function that can be applied to aggregate column in query.
Type: String
Valid Values:
SUM | SUM_DISTINCT | COUNT | COUNT_DISTINCT | AVG
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: