View a markdown version of this page

AWS::CleanRooms::ConfiguredTable OutputColumnThreshold - 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).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::CleanRooms::ConfiguredTable 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 Amazon 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