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
fun DomainRuleBasedMatchingArgs(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)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val enabled: Output<Boolean>

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

Link copied to clipboard
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