Domain Matching Args
data class DomainMatchingArgs(val autoMerging: Output<DomainMatchingAutoMergingArgs>? = null, val enabled: Output<Boolean>, val exportingConfig: Output<DomainMatchingExportingConfigArgs>? = null, val jobSchedule: Output<DomainMatchingJobScheduleArgs>? = null) : ConvertibleToJava<DomainMatchingArgs>
Constructors
Link copied to clipboard
constructor(autoMerging: Output<DomainMatchingAutoMergingArgs>? = null, enabled: Output<Boolean>, exportingConfig: Output<DomainMatchingExportingConfigArgs>? = null, jobSchedule: Output<DomainMatchingJobScheduleArgs>? = null)
Properties
Link copied to clipboard
A block that specifies the configuration about the auto-merging process. Documented below.
Link copied to clipboard
A block that specifies the configuration for exporting Identity Resolution results. Documented below.
Link copied to clipboard
A block that specifies the day and time when you want to start the Identity Resolution Job every week. Documented below.