interface IntermediateTableAnalysisRulePolicyV1Property
| Language | Type name |
.NET | Amazon.CDK.AWS.CleanRooms.CfnIntermediateTable.IntermediateTableAnalysisRulePolicyV1Property |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscleanrooms#CfnIntermediateTable_IntermediateTableAnalysisRulePolicyV1Property |
Java | software.amazon.awscdk.services.cleanrooms.CfnIntermediateTable.IntermediateTableAnalysisRulePolicyV1Property |
Python | aws_cdk.aws_cleanrooms.CfnIntermediateTable.IntermediateTableAnalysisRulePolicyV1Property |
TypeScript | aws-cdk-lib » aws_cleanrooms » CfnIntermediateTable » IntermediateTableAnalysisRulePolicyV1Property |
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-intermediatetable-intermediatetableanalysisrulepolicyv1.html
Example
import { aws_cleanrooms as cleanrooms } from 'aws-cdk-lib';
const intermediateTableAnalysisRulePolicyV1Property: cleanrooms.CfnIntermediateTable.IntermediateTableAnalysisRulePolicyV1Property = {
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
custom
Type:
IResolvable | IntermediateTableAnalysisRuleCustomProperty
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-intermediatetable-intermediatetableanalysisrulepolicyv1.html#cfn-cleanrooms-intermediatetable-intermediatetableanalysisrulepolicyv1-custom