ConnectorKafkaClusterClientAuthentication

data class ConnectorKafkaClusterClientAuthentication(val authenticationType: String? = null)

Constructors

constructor(authenticationType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of client authentication used to connect to the Apache Kafka cluster. Valid values: IAM, NONE. A value of NONE means that no client authentication is used. The default value is NONE.