ConnectorKafkaClusterClientAuthenticationArgs

data class ConnectorKafkaClusterClientAuthenticationArgs(val authenticationType: Output<String>? = null) : ConvertibleToJava<ConnectorKafkaClusterClientAuthenticationArgs>

Constructors

constructor(authenticationType: Output<String>? = null)

Properties

Link copied to clipboard
val authenticationType: Output<String>? = null

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.

Functions

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