AWS::CleanRooms::ConfiguredTable AggregateColumn - AWS CloudFormation

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