OutboundConnectionConnectionProperties

data class OutboundConnectionConnectionProperties(val crossClusterSearch: OutboundConnectionConnectionPropertiesCrossClusterSearch? = null, val endpoint: String? = null)

Constructors

Link copied to clipboard
constructor(crossClusterSearch: OutboundConnectionConnectionPropertiesCrossClusterSearch? = null, endpoint: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration block for cross cluster search.

Link copied to clipboard
val endpoint: String? = null

The endpoint of the remote domain, is only set when connection_mode is VPC_ENDPOINT and accept_connection is TRUE.