DomainRuleBasedMatchingArgs

data class DomainRuleBasedMatchingArgs(val attributeTypesSelector: Output<DomainAttributeTypesSelectorArgs>? = null, val conflictResolution: Output<DomainConflictResolutionArgs>? = null, val enabled: Output<Boolean>, val exportingConfig: Output<DomainExportingConfigArgs>? = null, val matchingRules: Output<List<DomainMatchingRuleArgs>>? = null, val maxAllowedRuleLevelForMatching: Output<Int>? = null, val maxAllowedRuleLevelForMerging: Output<Int>? = null, val status: Output<DomainRuleBasedMatchingStatus>? = null) : ConvertibleToJava<DomainRuleBasedMatchingArgs>

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: Output<DomainAttributeTypesSelectorArgs>? = null, conflictResolution: Output<DomainConflictResolutionArgs>? = null, enabled: Output<Boolean>, exportingConfig: Output<DomainExportingConfigArgs>? = null, matchingRules: Output<List<DomainMatchingRuleArgs>>? = null, maxAllowedRuleLevelForMatching: Output<Int>? = null, maxAllowedRuleLevelForMerging: Output<Int>? = null, status: Output<DomainRuleBasedMatchingStatus>? = null)

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
val enabled: Output<Boolean>

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
val maxAllowedRuleLevelForMatching: Output<Int>? = null

Indicates the maximum allowed rule level for matching.

Link copied to clipboard
val maxAllowedRuleLevelForMerging: Output<Int>? = null

Indicates the maximum allowed rule level for merging.

Link copied to clipboard

The status of rule-based matching rule.

Functions

Link copied to clipboard
open override fun toJava(): DomainRuleBasedMatchingArgs