ConnectionDestinationConfig

data class ConnectionDestinationConfig(val destinations: List<ConnectionDestinationConfigDestination>? = null, val key: String)

Constructors

Link copied to clipboard
constructor(destinations: List<ConnectionDestinationConfigDestination>? = null, key: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The destinations for the key. Structure is documented below.

Link copied to clipboard
val key: String

The key is the destination identifier that is supported by the Connector.