conflictResolution

@JvmName(name = "kuemmplfegqjcmbi")
suspend fun conflictResolution(value: Output<DomainConflictResolutionArgs>)
@JvmName(name = "oisrihpcyduupfbq")
suspend fun conflictResolution(value: DomainConflictResolutionArgs?)

Parameters

value

Determines how the auto-merging process should resolve conflicts between different profiles. For example, if Profile A and Profile B have the same FirstName and LastName , ConflictResolution specifies which EmailAddress should be used.


@JvmName(name = "jfocehmtqfkbkfcn")
suspend fun conflictResolution(argument: suspend DomainConflictResolutionArgsBuilder.() -> Unit)

Parameters

argument

Determines how the auto-merging process should resolve conflicts between different profiles. For example, if Profile A and Profile B have the same FirstName and LastName , ConflictResolution specifies which EmailAddress should be used.