View a markdown version of this page

AWS::CleanRooms::IntermediateTable OutputColumnThreshold - AWS CloudFormation

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: Integer OutputColumnName: 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: 0

Maximum: 100000

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

Maximum: 127

Update requires: No interruption