synchronizationDirection

@JvmName(name = "stbttplxqmrulcie")
suspend fun synchronizationDirection(value: Output<String>)
@JvmName(name = "ycusbppenfbmrpyo")
suspend fun synchronizationDirection(value: String?)

Parameters

value

The synchronization direction. Default value: Forward. Valid values:

  • Forward: Data is synchronized from the source database to the destination database.

  • Reverse: Data is synchronized from the destination database to the source database.

  • NOTE: You can set this parameter to Reverse to delete the reverse synchronization task only if the topology is two-way synchronization.