Domain Matching Args
data class DomainMatchingArgs(val autoMerging: Output<DomainAutoMergingArgs>? = null, val enabled: Output<Boolean>, val exportingConfig: Output<DomainExportingConfigArgs>? = null, val jobSchedule: Output<DomainJobScheduleArgs>? = null) : ConvertibleToJava<DomainMatchingArgs>
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: Output<DomainAutoMergingArgs>? = null, enabled: Output<Boolean>, exportingConfig: Output<DomainExportingConfigArgs>? = null, jobSchedule: Output<DomainJobScheduleArgs>? = null)