KafkaRemoteBrokerConnectionSpecArgs

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

Kafka RemoteBrokerConnectionSpec details

Constructors

Link copied to clipboard
constructor(authentication: Output<KafkaRemoteBrokerAuthenticationPropertiesArgs>, endpoint: Output<String>, tls: Output<KafkaRemoteBrokerConnectionTlsArgs>)

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.

Functions

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