kafka Cluster Client Authentication
suspend fun kafkaClusterClientAuthentication(value: Output<ConnectorKafkaClusterClientAuthenticationArgs>)
Parameters
value
Details of the client authentication used by the Apache Kafka cluster. See below.
suspend fun kafkaClusterClientAuthentication(argument: suspend ConnectorKafkaClusterClientAuthenticationArgsBuilder.() -> Unit)
Parameters
argument
Details of the client authentication used by the Apache Kafka cluster. See below.