software.amazon.jsii.JsiiObject.InitializationModeLogin.Builder, Login.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(Login.Builder builder)
Constructor that initializes the object based on literal property values passed by the
Login.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getExcludeCharacters()
Specifies characters to not include in generated passwords.
|
IKey |
getKmsKey()
KMS encryption key to encrypt the generated secret.
|
SecretValue |
getPassword()
Password.
|
String |
getSecretName()
The physical name of the secret, that will be generated.
|
String |
getUsername()
Username.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(Login.Builder builder)
Login.Builder.public final String getUsername()
LogingetUsername in interface Loginpublic final String getExcludeCharacters()
LoginDefault: "\"
getExcludeCharacters in interface Loginpublic final IKey getKmsKey()
LoginDefault: default master key
public final SecretValue getPassword()
LoginDo not put passwords in your CDK code directly.
Default: a Secrets Manager generated password
getPassword in interface Loginpublic final String getSecretName()
LoginDefault: Secretsmanager will generate a physical name for the secret
getSecretName in interface Login@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.