Bridge Failover Config Args
data class BridgeFailoverConfigArgs(val failoverMode: Output<BridgeFailoverModeEnum>, val sourcePriority: Output<BridgeSourcePriorityArgs>? = null, val state: Output<BridgeFailoverConfigStateEnum>? = null) : ConvertibleToJava<BridgeFailoverConfigArgs>
The settings for source failover.
Constructors
Link copied to clipboard
constructor(failoverMode: Output<BridgeFailoverModeEnum>, sourcePriority: Output<BridgeSourcePriorityArgs>? = null, state: Output<BridgeFailoverConfigStateEnum>? = null)
Properties
Link copied to clipboard
The type of failover you choose for this flow. FAILOVER allows switching between different streams.
Link copied to clipboard
The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams.
Link copied to clipboard
The state of source failover on the flow. If the state is inactive, the flow can have only one source. If the state is active, the flow can have one or two sources.