ClusterClientAuthenticationSaslArgs

data class ClusterClientAuthenticationSaslArgs(val iam: Output<Boolean>? = null, val scram: Output<Boolean>? = null) : ConvertibleToJava<ClusterClientAuthenticationSaslArgs>

Constructors

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

Properties

Link copied to clipboard
val iam: Output<Boolean>? = null

Enables IAM client authentication. Defaults to false.

Link copied to clipboard
val scram: Output<Boolean>? = null

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

Functions

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