Class RotationMultiUserOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.docdb.RotationMultiUserOptions.Jsii$Proxy
- All Implemented Interfaces:
- RotationMultiUserOptions,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- RotationMultiUserOptions
@Stability(Stable)
@Internal
public static final class RotationMultiUserOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements RotationMultiUserOptions
An implementation for 
RotationMultiUserOptions- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.docdb.RotationMultiUserOptionsRotationMultiUserOptions.Builder, RotationMultiUserOptions.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theRotationMultiUserOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryMethods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
- objRef- Reference to the JSII managed object.
 
- 
Jsii$ProxyConstructor that initializes the object based on literal property values passed by theRotationMultiUserOptions.Builder.
 
- 
- 
Method Details- 
getSecretDescription copied from interface:RotationMultiUserOptionsThe secret to rotate.It must be a JSON string with the following format: { "engine": <required: must be set to 'mongo'>, "host": <required: instance host name>, "username": <required: username>, "password": <required: password>, "dbname": <optional: database name>, "port": <optional: if not specified, default port 27017 will be used>, "masterarn": <required: the arn of the master secret which will be used to create users/change passwords> "ssl": <optional: if not specified, defaults to false. This must be true if being used for DocumentDB rotations where the cluster has TLS enabled> }- Specified by:
- getSecretin interface- RotationMultiUserOptions
 
- 
getAutomaticallyAfterDescription copied from interface:RotationMultiUserOptionsSpecifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.Default: Duration.days(30) - Specified by:
- getAutomaticallyAfterin interface- RotationMultiUserOptions
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-