ServerlessClusterClientAuthenticationArgs

data class ServerlessClusterClientAuthenticationArgs(val sasl: Output<ServerlessClusterSaslArgs>) : ConvertibleToJava<ServerlessClusterClientAuthenticationArgs>

Constructors

constructor(sasl: Output<ServerlessClusterSaslArgs>)

Properties

Link copied to clipboard

Details for client authentication using SASL. To turn on SASL, you must also turn on EncryptionInTransit by setting inCluster to true. You must set clientBroker to either TLS or TLS_PLAINTEXT . If you choose TLS_PLAINTEXT , then you must also set unauthenticated to true.

Functions

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