public static final class SaslAuthProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SaslAuthProps
SaslAuthProps
SaslAuthProps.Builder, SaslAuthProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Boolean |
getIam()
(experimental) Enable IAM access control.
|
IKey |
getKey()
(experimental) KMS Key to encrypt SASL/SCRAM secrets.
|
java.lang.Boolean |
getScram()
(experimental) Enable SASL/SCRAM authentication.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Boolean getIam()
SaslAuthProps
Default: false
getIam
in interface SaslAuthProps
public final IKey getKey()
SaslAuthProps
You must use a customer master key (CMK) when creating users in secrets manager. You cannot use a Secret with Amazon MSK that uses the default Secrets Manager encryption key.
Default: - CMK will be created with alias msk/{clusterName}/sasl/scram
getKey
in interface SaslAuthProps
public final java.lang.Boolean getScram()
SaslAuthProps
Default: false
getScram
in interface SaslAuthProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()