AWS::CleanRooms::ConfiguredTable AggregateColumn - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::ConfiguredTable AggregateColumn

Column in configured table that can be used in aggregate function in query.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "ColumnNames" : [ String, ... ], "Function" : String }

YAML

ColumnNames: - String Function: String

Properties

ColumnNames

Column names in configured table of aggregate columns.

Required: Yes

Type: Array of String

Minimum: 1

Update 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 | AVG

Update requires: No interruption