OutboundConnectionConnectionPropertiesArgs

data class OutboundConnectionConnectionPropertiesArgs(val crossClusterSearch: Output<OutboundConnectionConnectionPropertiesCrossClusterSearchArgs>? = null, val endpoint: Output<String>? = null) : ConvertibleToJava<OutboundConnectionConnectionPropertiesArgs>

Constructors

constructor(crossClusterSearch: Output<OutboundConnectionConnectionPropertiesCrossClusterSearchArgs>? = null, endpoint: Output<String>? = null)

Properties

Link copied to clipboard

Configuration block for cross cluster search.

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

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

Functions

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