KafkaRemoteBrokerConnectionSpecArgs

data class KafkaRemoteBrokerConnectionSpecArgs(val authentication: Output<KafkaRemoteBrokerAuthenticationPropertiesArgs>, val endpoint: Output<String>, val tls: Output<KafkaRemoteBrokerConnectionTlsArgs>) : ConvertibleToJava<KafkaRemoteBrokerConnectionSpecArgs>

Kafka RemoteBrokerConnectionSpec details

Constructors

Functions

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

Properties

Link copied to clipboard

The remote broker authentication methods.

Link copied to clipboard
val endpoint: Output<String>

The endpoint of remote broker to connect to.

Link copied to clipboard

TLS details for Remote broker Connection.