@Stability(value=Experimental) @Internal public static final class DatabaseSecretProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DatabaseSecretProps
DatabaseSecretPropssoftware.amazon.jsii.JsiiObject.InitializationModeDatabaseSecretProps.Builder, DatabaseSecretProps.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 username,
IKey encryptionKey,
ISecret masterSecret,
String secretName)
Constructor that initializes the object based on literal property values passed by the
DatabaseSecretProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
IKey |
getEncryptionKey()
(experimental) The KMS key to use to encrypt the secret.
|
ISecret |
getMasterSecret()
(experimental) The master secret which will be used to rotate this secret.
|
String |
getSecretName()
(experimental) The physical name of the secret.
|
String |
getUsername()
(experimental) The username.
|
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 username, IKey encryptionKey, ISecret masterSecret, String secretName)
DatabaseSecretProps.Builder.public final String getUsername()
DatabaseSecretPropsgetUsername in interface DatabaseSecretPropspublic final IKey getEncryptionKey()
DatabaseSecretPropsDefault: default master key
getEncryptionKey in interface DatabaseSecretPropspublic final ISecret getMasterSecret()
DatabaseSecretPropsDefault: - no master secret information will be included
getMasterSecret in interface DatabaseSecretPropspublic final String getSecretName()
DatabaseSecretPropsDefault: Secretsmanager will generate a physical name for the secret
getSecretName in interface DatabaseSecretProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.