ClusterClientAuthenticationArgs

data class ClusterClientAuthenticationArgs(val sasl: Output<ClusterSaslArgs>? = null, val tls: Output<ClusterTlsArgs>? = null, val unauthenticated: Output<ClusterUnauthenticatedArgs>? = null) : ConvertibleToJava<ClusterClientAuthenticationArgs>

Constructors

Link copied to clipboard
fun ClusterClientAuthenticationArgs(sasl: Output<ClusterSaslArgs>? = null, tls: Output<ClusterTlsArgs>? = null, unauthenticated: Output<ClusterUnauthenticatedArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val sasl: Output<ClusterSaslArgs>? = null
Link copied to clipboard
val tls: Output<ClusterTlsArgs>? = null
Link copied to clipboard