OutputColumnThreshold
Specifies the minimum number of distinct identities for an individual output column. This value overrides the table-wide minimumIdentityCount that you set in AggregationThreshold.
Contents
- minimumIdentityCount
-
The minimum number of distinct identities that each query output group must represent for this column. Specify 0 to exempt the column from the threshold, or a value of 2 or greater to enforce a threshold.
Type: Integer
Valid Range: Minimum value of 0. Maximum value of 100000.
Required: Yes
- outputColumnName
-
The name of the output column that the override applies to. You can specify each column only once.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 127.
Pattern:
[a-z0-9_](([a-z0-9_ ]+-)*([a-z0-9_ ]+))?Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: