interface IntermediateTableAnalysisRulePolicyV1Property
| Language | Type name |
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CleanRooms.CfnIntermediateTablePropsMixin.IntermediateTableAnalysisRulePolicyV1Property |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscleanrooms#CfnIntermediateTablePropsMixin_IntermediateTableAnalysisRulePolicyV1Property |
Java | software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnIntermediateTablePropsMixin.IntermediateTableAnalysisRulePolicyV1Property |
Python | aws_cdk.cfn_property_mixins.aws_cleanrooms.CfnIntermediateTablePropsMixin.IntermediateTableAnalysisRulePolicyV1Property |
TypeScript | @aws-cdk/cfn-property-mixins » aws_cleanrooms » CfnIntermediateTablePropsMixin » 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/cfn-property-mixins';
const intermediateTableAnalysisRulePolicyV1Property: cleanrooms.CfnIntermediateTablePropsMixin.IntermediateTableAnalysisRulePolicyV1Property = {
custom: {
additionalAnalyses: 'additionalAnalyses',
aggregationThresholds: [{
allowedAggregateExpressionType: 'allowedAggregateExpressionType',
identityColumns: ['identityColumns'],
minimumIdentityCount: 123,
outputColumnThresholds: [{
minimumIdentityCount: 123,
outputColumnName: 'outputColumnName',
}],
type: 'type',
}],
allowedAnalyses: ['allowedAnalyses'],
allowedAnalysisProviders: ['allowedAnalysisProviders'],
allowedResultReceivers: ['allowedResultReceivers'],
comparisonControls: {
allowedColumnComparisonColumns: ['allowedColumnComparisonColumns'],
allowedLiteralComparisonColumns: ['allowedLiteralComparisonColumns'],
},
differentialPrivacy: {
columns: [{
name: 'name',
}],
},
disallowedOutputColumns: ['disallowedOutputColumns'],
},
};
Properties
custom?
Type:
IResolvable | IntermediateTableAnalysisRuleCustomProperty
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-intermediatetable-intermediatetableanalysisrulepolicyv1.html#cfn-cleanrooms-intermediatetable-intermediatetableanalysisrulepolicyv1-custom