AWS::CleanRooms::ConfiguredTable ConfiguredTableAnalysisRulePolicyV1
Controls on the query specifications that can be run on a configured table.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Aggregation" :
AnalysisRuleAggregation
, "Custom" :AnalysisRuleCustom
, "List" :AnalysisRuleList
}
Properties
Aggregation
-
Analysis rule type that enables only aggregation queries on a configured table.
Required: No
Type: AnalysisRuleAggregation
Update requires: No interruption
Custom
-
Analysis rule type that enables custom SQL queries on a configured table.
Required: No
Type: AnalysisRuleCustom
Update requires: No interruption
List
-
Analysis rule type that enables only list queries on a configured table.
Required: No
Type: AnalysisRuleList
Update requires: No interruption