BridgeSourcePriorityArgs

data class BridgeSourcePriorityArgs(val primarySource: Output<String>? = null) : ConvertibleToJava<BridgeSourcePriorityArgs>

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

Link copied to clipboard
constructor(primarySource: Output<String>? = null)

Properties

Link copied to clipboard
val primarySource: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): BridgeSourcePriorityArgs