AWS::CleanRooms::ConfiguredTableAssociation ConfiguredTableAssociationAnalysisRulePolicyV1
Controls on the query specifications that can be run on an associated configured table.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Aggregation" :
ConfiguredTableAssociationAnalysisRuleAggregation
, "Custom" :ConfiguredTableAssociationAnalysisRuleCustom
, "List" :ConfiguredTableAssociationAnalysisRuleList
}
YAML
Aggregation:
ConfiguredTableAssociationAnalysisRuleAggregation
Custom:ConfiguredTableAssociationAnalysisRuleCustom
List:ConfiguredTableAssociationAnalysisRuleList
Properties
Aggregation
-
Analysis rule type that enables only aggregation queries on a configured table.
Required: No
Type: ConfiguredTableAssociationAnalysisRuleAggregation
Update requires: No interruption
Custom
-
Analysis rule type that enables the table owner to approve custom SQL queries on their configured tables. It supports differential privacy.
Required: No
Type: ConfiguredTableAssociationAnalysisRuleCustom
Update requires: No interruption
List
-
Analysis rule type that enables only list queries on a configured table.
Required: No
Type: ConfiguredTableAssociationAnalysisRuleList
Update requires: No interruption