failoverMode

@JvmName(name = "acfhvddlgyfacryp")
suspend fun failoverMode(value: Output<FlowFailoverConfigFailoverMode>)
@JvmName(name = "yqytgihatarsicqg")
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.