This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::CleanRooms::ConfiguredTable AnalysisRuleList
A type of analysis rule that enables row-level analysis.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AdditionalAnalyses" :String, "AllowedJoinOperators" :[ String, ... ], "JoinColumns" :[ String, ... ], "ListColumns" :[ String, ... ]}
YAML
AdditionalAnalyses:StringAllowedJoinOperators:- StringJoinColumns:- StringListColumns:- String
Properties
AdditionalAnalyses-
An indicator as to whether additional analyses (such as Amazon Clean Rooms ML) can be applied to the output of the direct query.
Required: No
Type: String
Allowed values:
ALLOWED | REQUIRED | NOT_ALLOWEDUpdate requires: No interruption
AllowedJoinOperators-
The logical operators (if any) that are to be used in an INNER JOIN match condition. Default is
AND.Required: No
Type: Array of String
Maximum:
2Update requires: No interruption
JoinColumns-
Columns that can be used to join a configured table with the table of the member who can query and other members' configured tables.
Required: Yes
Type: Array of String
Minimum:
1Update requires: No interruption
ListColumns-
Columns that can be listed in the output.
Required: Yes
Type: Array of String
Update requires: No interruption