AWS::CleanRooms::ConfiguredTable AnalysisRuleList
A type of analysis rule that enables row-level analysis.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AdditionalAnalyses" :
String
, "AllowedJoinOperators" :[ String, ... ]
, "JoinColumns" :[ String, ... ]
, "ListColumns" :[ String, ... ]
}
YAML
AdditionalAnalyses:
String
AllowedJoinOperators:- String
JoinColumns:- String
ListColumns:- String
Properties
AdditionalAnalyses
-
An indicator as to whether additional analyses (such as AWS Clean Rooms ML) can be applied to the output of the direct query.
Required: No
Type: String
Allowed values:
ALLOWED | REQUIRED | NOT_ALLOWED
Update 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:
2
Update 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:
1
Update requires: No interruption
ListColumns
-
Columns that can be listed in the output.
Required: Yes
Type: Array of String
Update requires: No interruption