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
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: