FlowFailoverConfigSourcePriorityProperties

data class FlowFailoverConfigSourcePriorityProperties(val primarySource: String)

The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams.

Constructors

constructor(primarySource: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the source you choose as the primary source for this flow.