AnalysisRuleList
A type of analysis rule that enables row-level analysis.
Contents
- 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.
Type: Array of strings
Array Members: Minimum number of 1 item.
Length Constraints: Minimum length of 1. Maximum length of 127.
Pattern:
[a-z0-9_](([a-z0-9_ ]+-)*([a-z0-9_ ]+))?
Required: Yes
- listColumns
-
Columns that can be listed in the output.
Type: Array of strings
Length Constraints: Minimum length of 1. Maximum length of 127.
Pattern:
[a-z0-9_](([a-z0-9_ ]+-)*([a-z0-9_ ]+))?
Required: Yes
- additionalAnalyses
-
An indicator as to whether additional analyses (such as AWS Clean Rooms ML) can be applied to the output of the direct query.
Type: String
Valid Values:
ALLOWED | REQUIRED | NOT_ALLOWED
Required: No
- allowedJoinOperators
-
The logical operators (if any) that are to be used in an INNER JOIN match condition. Default is
AND
.Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 2 items.
Valid Values:
OR | AND
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: