AnalysisRuleList - AWS Clean Rooms

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

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: