AWS::CleanRooms::ConfiguredTable AnalysisRule
A specification about how data from the configured table can be used in a query.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Policy" :
ConfiguredTableAnalysisRulePolicy
, "Type" :String
}
YAML
Policy:
ConfiguredTableAnalysisRulePolicy
Type:String
Properties
Policy
-
A policy that describes the associated data usage limitations.
Required: Yes
Type: ConfiguredTableAnalysisRulePolicy
Update requires: No interruption
Type
-
The type of analysis rule.
Required: Yes
Type: String
Allowed values:
AGGREGATION | LIST | CUSTOM
Update requires: No interruption