ClusterClientAuthenticationSasl

data class ClusterClientAuthenticationSasl(val iam: Boolean? = null, val scram: Boolean? = null)

Constructors

Link copied to clipboard
constructor(iam: Boolean? = null, scram: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val iam: Boolean? = null

Enables IAM client authentication. Defaults to false.

Link copied to clipboard
val scram: Boolean? = null

Enables SCRAM client authentication via AWS Secrets Manager. Defaults to false.