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 masterUsername,
IKey encryptionKey,
SecretValue masterPassword)
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 |
getEncryptionKey()
(experimental) KMS encryption key to encrypt the generated secret.
|
SecretValue |
getMasterPassword()
(experimental) Password.
|
String |
getMasterUsername()
(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 masterUsername, IKey encryptionKey, SecretValue masterPassword)
Login.Builder.public final String getMasterUsername()
LogingetMasterUsername in interface Loginpublic final IKey getEncryptionKey()
LoginDefault: default master key
getEncryptionKey in interface Loginpublic final SecretValue getMasterPassword()
LoginDo not put passwords in your CDK code directly.
Default: a Secrets Manager generated password
getMasterPassword in interface Login@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.