RuleBasedMatchingRequest
The request to enable the rule-based matching.
Contents
- Enabled
-
The flag that enables the rule-based matching process of duplicate profiles.
Type: Boolean
Required: Yes
- AttributeTypesSelector
-
Configures information about the
AttributeTypesSelector
where the rule-based identity resolution uses to match profiles.Type: AttributeTypesSelector object
Required: No
- ConflictResolution
-
How the auto-merging process should resolve conflicts between different profiles.
Type: ConflictResolution object
Required: No
- ExportingConfig
-
Configuration information about the S3 bucket where Identity Resolution Jobs writes result files.
Note
You need to give Customer Profiles service principal write permission to your S3 bucket. Otherwise, you'll get an exception in the API response. For an example policy, see Amazon Connect Customer Profiles cross-service confused deputy prevention.
Type: ExportingConfig object
Required: No
- MatchingRules
-
Configures how the rule-based matching process should match profiles. You can have up to 15
MatchingRule
in theMatchingRules
.Type: Array of MatchingRule objects
Array Members: Minimum number of 1 item. Maximum number of 15 items.
Required: No
- MaxAllowedRuleLevelForMatching
-
Indicates the maximum allowed rule level.
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 15.
Required: No
- MaxAllowedRuleLevelForMerging
-
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 15.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: