@Stability(value=Deprecated) @Deprecated @Internal public static final class CredentialsFromUsernameOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CredentialsFromUsernameOptions
CredentialsFromUsernameOptionssoftware.amazon.jsii.JsiiObject.InitializationModeCredentialsFromUsernameOptions.Builder, CredentialsFromUsernameOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(SecretValue password,
IKey encryptionKey,
String excludeCharacters,
String secretName)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
CredentialsFromUsernameOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson()
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
IKey |
getEncryptionKey()
Deprecated.
(experimental) KMS encryption key to encrypt the generated secret.
|
String |
getExcludeCharacters()
Deprecated.
(experimental) The characters to exclude from the generated password.
|
SecretValue |
getPassword()
Deprecated.
(deprecated) Password.
|
String |
getSecretName()
Deprecated.
(experimental) The name of the secret.
|
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(SecretValue password, IKey encryptionKey, String excludeCharacters, String secretName)
CredentialsFromUsernameOptions.Builder.public final SecretValue getPassword()
CredentialsFromUsernameOptionsDo not put passwords in your CDK code directly.
Default: - a Secrets Manager generated password
getPassword in interface CredentialsFromUsernameOptionspublic final IKey getEncryptionKey()
CredentialsBaseOptionsDefault: - default master key
getEncryptionKey in interface CredentialsBaseOptionspublic final String getExcludeCharacters()
CredentialsBaseOptionsHas no effect if {@link password} has been provided.
Default: - the DatabaseSecret default exclude character set (" %+~`#$&*()|[]{}:;<>?!'/
getExcludeCharacters in interface CredentialsBaseOptionspublic final String getSecretName()
CredentialsBaseOptionsDefault: - A name is generated by CloudFormation.
getSecretName in interface CredentialsBaseOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.