@Stability(value=Deprecated) @Deprecated @Internal public static final class AdvancedSecurityOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AdvancedSecurityOptions
AdvancedSecurityOptionssoftware.amazon.jsii.JsiiObject.InitializationModeAdvancedSecurityOptions.Builder, AdvancedSecurityOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(AdvancedSecurityOptions.Builder builder)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
AdvancedSecurityOptions.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
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()
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
String |
getMasterUserArn()
Deprecated.
(deprecated) ARN for the master user.
|
String |
getMasterUserName()
Deprecated.
(deprecated) Username for the master user.
|
SecretValue |
getMasterUserPassword()
Deprecated.
(deprecated) Password for the master user.
|
int |
hashCode()
Deprecated.
|
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(AdvancedSecurityOptions.Builder builder)
AdvancedSecurityOptions.Builder.public final String getMasterUserArn()
AdvancedSecurityOptionsOnly specify this or masterUserName, but not both.
Default: - fine-grained access control is disabled
getMasterUserArn in interface AdvancedSecurityOptionspublic final String getMasterUserName()
AdvancedSecurityOptionsOnly specify this or masterUserArn, but not both.
Default: - fine-grained access control is disabled
getMasterUserName in interface AdvancedSecurityOptionspublic 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@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.