ConnectorKafkaClusterEncryptionInTransit

data class ConnectorKafkaClusterEncryptionInTransit(val encryptionType: String? = null)

Constructors

Link copied to clipboard
constructor(encryptionType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val encryptionType: String? = null

The type of encryption in transit to the Apache Kafka cluster. Valid values: PLAINTEXT, TLS. The default values is PLAINTEXT.