interface OutputColumnThresholdProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CleanRooms.CfnIntermediateTable.OutputColumnThresholdProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscleanrooms#CfnIntermediateTable_OutputColumnThresholdProperty |
Java | software.amazon.awscdk.services.cleanrooms.CfnIntermediateTable.OutputColumnThresholdProperty |
Python | aws_cdk.aws_cleanrooms.CfnIntermediateTable.OutputColumnThresholdProperty |
TypeScript | aws-cdk-lib » aws_cleanrooms » CfnIntermediateTable » OutputColumnThresholdProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cleanrooms as cleanrooms } from 'aws-cdk-lib';
const outputColumnThresholdProperty: cleanrooms.CfnIntermediateTable.OutputColumnThresholdProperty = {
minimumIdentityCount: 123,
outputColumnName: 'outputColumnName',
};
Properties
| Name | Type | Description |
|---|---|---|
| minimum | number | |
| output | string |
minimumIdentityCount
Type:
number
outputColumnName
Type:
string

.NET
Go
Java
Python
TypeScript