minInsyncReplicas

@JvmName(name = "jgdocwoeajhhdggv")
suspend fun minInsyncReplicas(value: Output<Int>)
@JvmName(name = "prygtiayaotyjoqf")
suspend fun minInsyncReplicas(value: Int?)

Parameters

value

The number of replicas that must acknowledge a write before it is considered successful. -1 is a special setting to indicate that all nodes must ack a message before a write is considered successful. Default is 1, indicating at least 1 replica must acknowledge a write to be considered successful.