conflictResolution

@JvmName(name = "xjyupklrdbpswwfq")
suspend fun conflictResolution(value: Output<DomainConflictResolutionArgs>)
@JvmName(name = "whwvbdfxuhbukwkn")
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 = "kfwiakwixuersuxc")
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.