interface OutputColumnThresholdProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CleanRooms.CfnIntermediateTablePropsMixin.OutputColumnThresholdProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscleanrooms#CfnIntermediateTablePropsMixin_OutputColumnThresholdProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnIntermediateTablePropsMixin.OutputColumnThresholdProperty |
Python | aws_cdk.cfn_property_mixins.aws_cleanrooms.CfnIntermediateTablePropsMixin.OutputColumnThresholdProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_cleanrooms » CfnIntermediateTablePropsMixin » 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/cfn-property-mixins';
const outputColumnThresholdProperty: cleanrooms.CfnIntermediateTablePropsMixin.OutputColumnThresholdProperty = {
minimumIdentityCount: 123,
outputColumnName: 'outputColumnName',
};
Properties
| Name | Type | Description |
|---|---|---|
| minimum | number | |
| output | string |
minimumIdentityCount?
Type:
number
(optional)
outputColumnName?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript