kafka Cluster Client Authentication
suspend fun kafkaClusterClientAuthentication(value: Output<ConnectorKafkaClusterClientAuthenticationArgs>)
Parameters
value
The type of client authentication used to connect to the Apache Kafka cluster. The value is NONE when no client authentication is used.
suspend fun kafkaClusterClientAuthentication(argument: suspend ConnectorKafkaClusterClientAuthenticationArgsBuilder.() -> Unit)
Parameters
argument
The type of client authentication used to connect to the Apache Kafka cluster. The value is NONE when no client authentication is used.