Sasl Remote Broker Basic Authentication Args
data class SaslRemoteBrokerBasicAuthenticationArgs(val saslType: Output<Either<String, KafkaSaslType>>, val token: Output<SaslRemoteBrokerBasicAuthenticationTokenArgs>) : ConvertibleToJava<SaslRemoteBrokerBasicAuthenticationArgs>
Kafka RemoteBrokerConnection Sasl Authentication properties.
Constructors
Link copied to clipboard
constructor(saslType: Output<Either<String, KafkaSaslType>>, token: Output<SaslRemoteBrokerBasicAuthenticationTokenArgs>)