failoverTarget

@JvmName(name = "kpqjsbmnudkjwmac")
suspend fun failoverTarget(value: Output<Boolean>)
@JvmName(name = "wujthujgxmujeckm")
suspend fun failoverTarget(value: Boolean?)

Parameters

value

Specifies if the replica is the failover target. If the field is set to true the replica will be designated as a failover replica. If the master instance fails, the replica instance will be promoted as the new master instance.

NOTE: Not supported for Postgres database.