

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](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::CleanRooms::IntermediateTable OutputColumnThreshold
<a name="aws-properties-cleanrooms-intermediatetable-outputcolumnthreshold"></a>

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
<a name="aws-properties-cleanrooms-intermediatetable-outputcolumnthreshold-syntax"></a>

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

### JSON
<a name="aws-properties-cleanrooms-intermediatetable-outputcolumnthreshold-syntax.json"></a>

```
{
  "[MinimumIdentityCount](#cfn-cleanrooms-intermediatetable-outputcolumnthreshold-minimumidentitycount)" : {{Integer}},
  "[OutputColumnName](#cfn-cleanrooms-intermediatetable-outputcolumnthreshold-outputcolumnname)" : {{String}}
}
```

### YAML
<a name="aws-properties-cleanrooms-intermediatetable-outputcolumnthreshold-syntax.yaml"></a>

```
  [MinimumIdentityCount](#cfn-cleanrooms-intermediatetable-outputcolumnthreshold-minimumidentitycount): {{Integer}}
  [OutputColumnName](#cfn-cleanrooms-intermediatetable-outputcolumnthreshold-outputcolumnname): {{String}}
```

## Properties
<a name="aws-properties-cleanrooms-intermediatetable-outputcolumnthreshold-properties"></a>

`MinimumIdentityCount`  <a name="cfn-cleanrooms-intermediatetable-outputcolumnthreshold-minimumidentitycount"></a>
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](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`OutputColumnName`  <a name="cfn-cleanrooms-intermediatetable-outputcolumnthreshold-outputcolumnname"></a>
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](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)