DomainMatching

data class DomainMatching(val autoMerging: DomainAutoMerging? = null, val enabled: Boolean, val exportingConfig: DomainExportingConfig? = null, val jobSchedule: DomainJobSchedule? = null)

The process of matching duplicate profiles. If Matching = true, Amazon Connect Customer Profiles starts a weekly batch process called Identity Resolution Job. If you do not specify a date and time for Identity Resolution Job to run, by default it runs every Saturday at 12AM UTC to detect duplicate profiles in your domains. After the Identity Resolution Job completes, use the GetMatches API to return and review the results. Or, if you have configured ExportingConfig in the MatchingRequest, you can download the results from S3.

Constructors

Link copied to clipboard
constructor(autoMerging: DomainAutoMerging? = null, enabled: Boolean, exportingConfig: DomainExportingConfig? = null, jobSchedule: DomainJobSchedule? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration information about the auto-merging process.

Link copied to clipboard

The flag that enables the matching process of duplicate profiles.

Link copied to clipboard

The S3 location where Identity Resolution Jobs write result files.

Link copied to clipboard

The day and time when do you want to start the Identity Resolution Job every week.