DomainMatchingAutoMergingArgs

data class DomainMatchingAutoMergingArgs(val conflictResolution: Output<DomainMatchingAutoMergingConflictResolutionArgs>? = null, val consolidation: Output<DomainMatchingAutoMergingConsolidationArgs>? = null, val enabled: Output<Boolean>, val minAllowedConfidenceScoreForMerging: Output<Double>? = null) : ConvertibleToJava<DomainMatchingAutoMergingArgs>

Constructors

Link copied to clipboard
constructor(conflictResolution: Output<DomainMatchingAutoMergingConflictResolutionArgs>? = null, consolidation: Output<DomainMatchingAutoMergingConsolidationArgs>? = null, enabled: Output<Boolean>, minAllowedConfidenceScoreForMerging: Output<Double>? = null)

Properties

Link copied to clipboard

A block that specifies how the auto-merging process should resolve conflicts between different profiles. Documented below.

Link copied to clipboard

A block that specifies a list of matching attributes that represent matching criteria. If two profiles meet at least one of the requirements in the matching attributes list, they will be merged. Documented below.

Link copied to clipboard
val enabled: Output<Boolean>

The flag that enables the auto-merging of duplicate profiles.

Functions

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