Cluster Client Authentication Args
fun ClusterClientAuthenticationArgs(sasl: Output<ClusterClientAuthenticationSaslArgs>? = null, tls: Output<ClusterClientAuthenticationTlsArgs>? = null, unauthenticated: Output<Boolean>? = null)