Rule
An object containing RuleName
, and MatchingKeys
.
Contents
- matchingKeys
-
A list of
MatchingKeys
. TheMatchingKeys
must have been defined in theSchemaMapping
. Two records are considered to match according to this rule if all of theMatchingKeys
match.Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 15 items.
Length Constraints: Minimum length of 0. Maximum length of 255.
Pattern:
^[a-zA-Z_0-9- ]*$
Required: Yes
- ruleName
-
A name for the matching rule.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 255.
Pattern:
^[a-zA-Z_0-9- ]*$
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: