DomainRuleBasedMatchingConflictResolutionArgs

data class DomainRuleBasedMatchingConflictResolutionArgs(val conflictResolvingModel: Output<String>, val sourceName: Output<String>? = null) : ConvertibleToJava<DomainRuleBasedMatchingConflictResolutionArgs>

Constructors

constructor(conflictResolvingModel: Output<String>, sourceName: Output<String>? = null)

Properties

Link copied to clipboard

How the auto-merging process should resolve conflicts between different profiles. Valid values are RECENCY and SOURCE

Link copied to clipboard
val sourceName: Output<String>? = null

The ObjectType name that is used to resolve profile merging conflicts when choosing SOURCE as the ConflictResolvingModel.

Functions

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