failoverMode

@JvmName(name = "fjrjdahohgvwfoli")
suspend fun failoverMode(value: Output<FlowFailoverConfigFailoverMode>)
@JvmName(name = "fosvswnhyyvdretf")
suspend fun failoverMode(value: FlowFailoverConfigFailoverMode?)

Parameters

value

The type of failover you choose for this flow. MERGE combines the source streams into a single stream, allowing graceful recovery from any single-source loss. FAILOVER allows switching between different streams.