AnalysisRuleIdMappingTable
Defines details for the analysis rule ID mapping table.
Contents
- joinColumns
-
The columns that query runners are allowed to use in an INNER JOIN statement.
Type: Array of strings
Array Members: Fixed number of 2 items.
Length Constraints: Minimum length of 1. Maximum length of 127.
Pattern:
[a-z0-9_](([a-z0-9_ ]+-)*([a-z0-9_ ]+))?
Required: Yes
- queryConstraints
-
The query constraints of the analysis rule ID mapping table.
Type: Array of QueryConstraint objects
Array Members: Minimum number of 0 items. Maximum number of 1 item.
Required: Yes
- dimensionColumns
-
The columns that query runners are allowed to select, group by, or filter by.
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: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: