DomainMatchingArgs

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)

Properties

Link copied to clipboard
val autoMerging: Output<DomainAutoMergingArgs>? = null

Configuration information about the auto-merging process.

Link copied to clipboard
val enabled: Output<Boolean>

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
val jobSchedule: Output<DomainJobScheduleArgs>? = null

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

Functions

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