SaslRemoteBrokerBasicAuthenticationArgs

data class SaslRemoteBrokerBasicAuthenticationArgs(val saslType: Output<Either<String, KafkaSaslType>>, val token: Output<SaslRemoteBrokerBasicAuthenticationTokenArgs>) : ConvertibleToJava<SaslRemoteBrokerBasicAuthenticationArgs>

Kafka RemoteBrokerConnection Sasl Authentication properties.

Constructors

Functions

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

Properties

Link copied to clipboard
val saslType: Output<Either<String, KafkaSaslType>>

Sasl Mechanism for remote broker authentication.

Link copied to clipboard

Sasl token for remote broker authentication.