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(String username,
IKey kmsKey,
SecretValue password)
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) |
IKey |
getKmsKey()
(experimental) KMS encryption key to encrypt the generated secret.
|
SecretValue |
getPassword()
(experimental) Password.
|
String |
getUsername()
(experimental) 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(String username, IKey kmsKey, SecretValue password)
Login.Builder.public final String getUsername()
LogingetUsername 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 Login@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.