public static final class AdvancedSecurityOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AdvancedSecurityOptions
AdvancedSecurityOptions
AdvancedSecurityOptions.Builder, AdvancedSecurityOptions.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.String |
getMasterUserArn()
ARN for the master user.
|
java.lang.String |
getMasterUserName()
Username for the master user.
|
SecretValue |
getMasterUserPassword()
Password for the master user.
|
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.String getMasterUserArn()
AdvancedSecurityOptions
Only specify this or masterUserName, but not both.
Default: - fine-grained access control is disabled
getMasterUserArn
in interface AdvancedSecurityOptions
public final java.lang.String getMasterUserName()
AdvancedSecurityOptions
Only specify this or masterUserArn, but not both.
Default: - fine-grained access control is disabled
getMasterUserName
in interface AdvancedSecurityOptions
public final SecretValue getMasterUserPassword()
AdvancedSecurityOptions
You can use SecretValue.unsafePlainText
to specify a password in plain text or
use secretsmanager.Secret.fromSecretAttributes
to reference a secret in
Secrets Manager.
Default: - A Secrets Manager generated password
getMasterUserPassword
in interface AdvancedSecurityOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()