This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::CleanRooms::ConfiguredTable AggregateColumn
Column in configured table that can be used in aggregate function in query.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ColumnNames" :[ String, ... ], "Function" :String}
YAML
ColumnNames:- StringFunction:String
Properties
ColumnNames- 
                    
Column names in configured table of aggregate columns.
Required: Yes
Type: Array of String
Minimum:
1Update requires: No interruption
 Function- 
                    
Aggregation function that can be applied to aggregate column in query.
Required: Yes
Type: String
Allowed values:
SUM | SUM_DISTINCT | COUNT | COUNT_DISTINCT | AVGUpdate requires: No interruption