@Stability(value=Experimental) @Internal public static final class RotationMultiUserOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RotationMultiUserOptions
RotationMultiUserOptionssoftware.amazon.jsii.JsiiObject.InitializationModeRotationMultiUserOptions.Builder, RotationMultiUserOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(ISecret secret,
Duration automaticallyAfter,
String excludeCharacters)
Constructor that initializes the object based on literal property values passed by the
RotationMultiUserOptions.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Duration |
getAutomaticallyAfter()
(experimental) Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.
|
String |
getExcludeCharacters()
(experimental) Specifies characters to not include in generated passwords.
|
ISecret |
getSecret()
(experimental) The secret to rotate.
|
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(ISecret secret, Duration automaticallyAfter, String excludeCharacters)
RotationMultiUserOptions.Builder.public final ISecret getSecret()
RotationMultiUserOptionsIt must be a JSON string with the following format:
{
"engine": <required: database engine>,
"host": <required: instance host name>,
"username": <required: username>,
"password": <required: password>,
"dbname": <optional: database name>,
"port": <optional: if not specified, default port will be used>,
"masterarn": <required: the arn of the master secret which will be used to create users/change passwords>
}
getSecret in interface RotationMultiUserOptionspublic final Duration getAutomaticallyAfter()
RotationMultiUserOptionsDefault: - 30 days
getAutomaticallyAfter in interface RotationMultiUserOptionspublic final String getExcludeCharacters()
RotationMultiUserOptionsDefault: " %+~`#$&*()|[]{}:;<>?!'/
getExcludeCharacters in interface RotationMultiUserOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.