interface IntermediateTableAnalysisRulePolicyProperty
| Language | Type name |
.NET | Amazon.CDK.AWS.CleanRooms.CfnIntermediateTable.IntermediateTableAnalysisRulePolicyProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscleanrooms#CfnIntermediateTable_IntermediateTableAnalysisRulePolicyProperty |
Java | software.amazon.awscdk.services.cleanrooms.CfnIntermediateTable.IntermediateTableAnalysisRulePolicyProperty |
Python | aws_cdk.aws_cleanrooms.CfnIntermediateTable.IntermediateTableAnalysisRulePolicyProperty |
TypeScript | aws-cdk-lib » aws_cleanrooms » CfnIntermediateTable » IntermediateTableAnalysisRulePolicyProperty |
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-intermediatetable-intermediatetableanalysisrulepolicy.html
Example
import { aws_cleanrooms as cleanrooms } from 'aws-cdk-lib';
const intermediateTableAnalysisRulePolicyProperty: cleanrooms.CfnIntermediateTable.IntermediateTableAnalysisRulePolicyProperty = {
v1: {
custom: {
allowedAnalyses: ['allowedAnalyses'],
additionalAnalyses: 'additionalAnalyses',
aggregationThresholds: [{
allowedAggregateExpressionType: 'allowedAggregateExpressionType',
identityColumns: ['identityColumns'],
minimumIdentityCount: 123,
type: 'type',
outputColumnThresholds: [{
minimumIdentityCount: 123,
outputColumnName: 'outputColumnName',
}],
}],
allowedAnalysisProviders: ['allowedAnalysisProviders'],
allowedResultReceivers: ['allowedResultReceivers'],
comparisonControls: {
allowedColumnComparisonColumns: ['allowedColumnComparisonColumns'],
allowedLiteralComparisonColumns: ['allowedLiteralComparisonColumns'],
},
differentialPrivacy: {
columns: [{
name: 'name',
}],
},
disallowedOutputColumns: ['disallowedOutputColumns'],
},
},
};
Properties
v1
Type:
IResolvable | IntermediateTableAnalysisRulePolicyV1Property
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-intermediatetable-intermediatetableanalysisrulepolicy.html#cfn-cleanrooms-intermediatetable-intermediatetableanalysisrulepolicy-v1