Domain Rule Based Matching Args
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)