Kafka Remote Broker Authentication Properties Args
data class KafkaRemoteBrokerAuthenticationPropertiesArgs(val authType: Output<KafkaRemoteBrokerAuthenticationTypesArgs>? = null, val enabled: Output<Boolean>) : ConvertibleToJava<KafkaRemoteBrokerAuthenticationPropertiesArgs>
Kafka RemoteBrokerConnection Authentication methods
Constructors
Link copied to clipboard
constructor(authType: Output<KafkaRemoteBrokerAuthenticationTypesArgs>? = null, enabled: Output<Boolean>)