ConnectorKafkaClusterClientAuthenticationArgs

data class ConnectorKafkaClusterClientAuthenticationArgs(val authenticationType: Output<ConnectorKafkaClusterClientAuthenticationType>) : ConvertibleToJava<ConnectorKafkaClusterClientAuthenticationArgs>

Details of the client authentication used by the Kafka cluster.

Constructors

constructor(authenticationType: Output<ConnectorKafkaClusterClientAuthenticationType>)

Properties

Link copied to clipboard

The type of client authentication used to connect to the Apache Kafka cluster. Value NONE means that no client authentication is used.

Functions

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