AWS::CleanRooms::ConfiguredTable AggregateColumn - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::CleanRooms::ConfiguredTable AggregateColumn

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

Syntax

To declare this entity in your Amazon 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