@Stability(value=Experimental) @Internal public static final class SaslAuthProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SaslAuthProps
SaslAuthPropssoftware.amazon.jsii.JsiiObject.InitializationModeSaslAuthProps.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.
|
protected |
Jsii$Proxy(SaslAuthProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
SaslAuthProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getIam()
(experimental) Enable IAM access control.
|
IKey |
getKey()
(experimental) KMS Key to encrypt SASL/SCRAM secrets.
|
Boolean |
getScram()
(experimental) Enable SASL/SCRAM authentication.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(SaslAuthProps.Builder builder)
SaslAuthProps.Builder.public final Boolean getIam()
SaslAuthPropsDefault: false
getIam in interface SaslAuthPropspublic final IKey getKey()
SaslAuthPropsYou 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 SaslAuthPropspublic final Boolean getScram()
SaslAuthPropsDefault: false
getScram in interface SaslAuthProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.