@Stability(value=Experimental) @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(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String masterUserArn,
String masterUserName,
SecretValue masterUserPassword)
Constructor that initializes the object based on literal property values passed by the
AdvancedSecurityOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getMasterUserArn()
(experimental) ARN for the master user.
|
String |
getMasterUserName()
(experimental) Username for the master user.
|
SecretValue |
getMasterUserPassword()
(experimental) Password for the master user.
|
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(String masterUserArn, String masterUserName, SecretValue masterUserPassword)
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.plainText 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 © 2021. All rights reserved.