This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::CleanRooms::IntermediateTable 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.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "MinimumIdentityCount" :Integer, "OutputColumnName" :String}
YAML
MinimumIdentityCount:IntegerOutputColumnName:String
Properties
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.
Required: Yes
Type: Integer
Minimum:
0Maximum:
100000Update requires: No interruption
OutputColumnName-
The name of the output column that the override applies to. You can specify each column only once.
Required: Yes
Type: String
Pattern:
^[a-z0-9_](([a-z0-9_ ]+-)*([a-z0-9_ ]+))?$Minimum:
1Maximum:
127Update requires: No interruption