This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::CleanRooms::IntermediateTable IntermediateTableAnalysisRuleCustom
Contains the custom analysis rule configuration for an intermediate table.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AdditionalAnalyses" :String, "AggregationThresholds" :[ AggregationThreshold, ... ], "AllowedAnalyses" :[ String, ... ], "AllowedAnalysisProviders" :[ String, ... ], "AllowedResultReceivers" :[ String, ... ], "ComparisonControls" :ComparisonControls, "DifferentialPrivacy" :DifferentialPrivacy, "DisallowedOutputColumns" :[ String, ... ]}
YAML
AdditionalAnalyses:StringAggregationThresholds:- AggregationThresholdAllowedAnalyses:- StringAllowedAnalysisProviders:- StringAllowedResultReceivers:- StringComparisonControls:ComparisonControlsDifferentialPrivacy:DifferentialPrivacyDisallowedOutputColumns:- String
Properties
AdditionalAnalyses-
The setting that controls whether additional analyses are allowed on the intermediate table.
Required: No
Type: String
Allowed values:
ALLOWED | REQUIRED | NOT_ALLOWEDUpdate requires: No interruption
AggregationThresholds-
The aggregation thresholds that each query output group must satisfy. AWS Clean Rooms filters out any group that represents fewer than the specified number of distinct identities. You can specify at most one threshold. You can't use aggregation thresholds with differential privacy, or when
allowedAnalysesallows only jobs.Required: No
Type: Array of AggregationThreshold
Minimum:
1Maximum:
1Update requires: No interruption
AllowedAnalyses-
The list of allowed analyses that can be performed on the intermediate table.
Required: Yes
Type: Array of String
Minimum:
0Update requires: No interruption
AllowedAnalysisProviders-
The list of AWS account IDs for the allowed analysis providers.
Required: No
Type: Array of String
Minimum:
0Update requires: No interruption
AllowedResultReceivers-
The list of AWS account IDs that are allowed to receive results from queries run on the intermediate table.
Required: No
Type: Array of String
Maximum:
12Minimum:
12 | 0Update requires: No interruption
ComparisonControls-
The controls that restrict how a query can compare the columns in the intermediate table. You can't use comparison controls with differential privacy, or when
allowedAnalysesallows only jobs.Required: No
Type: ComparisonControls
Update requires: No interruption
DifferentialPrivacyProperty description not available.
Required: No
Type: DifferentialPrivacy
Update requires: No interruption
DisallowedOutputColumns-
The list of columns that are not allowed in the query output.
Required: No
Type: Array of String
Maximum:
127Minimum:
1 | 0Update requires: No interruption