DomainRuleBasedMatching

data class DomainRuleBasedMatching(val attributeTypesSelector: DomainAttributeTypesSelector? = null, val conflictResolution: DomainConflictResolution? = null, val enabled: Boolean, val exportingConfig: DomainExportingConfig? = null, val matchingRules: List<DomainMatchingRule>? = null, val maxAllowedRuleLevelForMatching: Int? = null, val maxAllowedRuleLevelForMerging: Int? = null, val status: DomainRuleBasedMatchingStatus? = null)

The process of matching duplicate profiles using the Rule-Based matching. If RuleBasedMatching = true, Amazon Connect Customer Profiles will start to match and merge your profiles according to your configuration in the RuleBasedMatchingRequest. You can use the ListRuleBasedMatches and GetSimilarProfiles API to return and review the results. Also, if you have configured ExportingConfig in the RuleBasedMatchingRequest, you can download the results from S3.

Constructors

Link copied to clipboard
constructor(attributeTypesSelector: DomainAttributeTypesSelector? = null, conflictResolution: DomainConflictResolution? = null, enabled: Boolean, exportingConfig: DomainExportingConfig? = null, matchingRules: List<DomainMatchingRule>? = null, maxAllowedRuleLevelForMatching: Int? = null, maxAllowedRuleLevelForMerging: Int? = null, status: DomainRuleBasedMatchingStatus? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configures information about the AttributeTypesSelector where the rule-based identity resolution uses to match profiles.

Link copied to clipboard

Determines how the auto-merging process should resolve conflicts between different profiles. For example, if Profile A and Profile B have the same FirstName and LastName , ConflictResolution specifies which EmailAddress should be used.

Link copied to clipboard

The flag that enables the rule-based matching process of duplicate profiles.

Link copied to clipboard

The S3 location where Identity Resolution Jobs write result files.

Link copied to clipboard

Configures how the rule-based matching process should match profiles. You can have up to 15 MatchingRule in the MatchingRules.

Link copied to clipboard

Indicates the maximum allowed rule level for matching.

Link copied to clipboard

Indicates the maximum allowed rule level for merging.

Link copied to clipboard

The status of rule-based matching rule.