Domain Matching Auto Merging Args
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