@Stability(value=Experimental) @Internal public static final class RotationScheduleOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RotationScheduleOptions
RotationScheduleOptionssoftware.amazon.jsii.JsiiObject.InitializationModeRotationScheduleOptions.Builder, RotationScheduleOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(Duration automaticallyAfter,
HostedRotation hostedRotation,
IFunction rotationLambda)
Constructor that initializes the object based on literal property values passed by the
RotationScheduleOptions.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.
|
HostedRotation |
getHostedRotation()
(experimental) Hosted rotation.
|
IFunction |
getRotationLambda()
(experimental) A Lambda function that can rotate the secret.
|
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(Duration automaticallyAfter, HostedRotation hostedRotation, IFunction rotationLambda)
RotationScheduleOptions.Builder.public final Duration getAutomaticallyAfter()
RotationScheduleOptionsDefault: Duration.days(30)
getAutomaticallyAfter in interface RotationScheduleOptionspublic final HostedRotation getHostedRotation()
RotationScheduleOptionsDefault: - either `rotationLambda` or `hostedRotation` must be specified
getHostedRotation in interface RotationScheduleOptionspublic final IFunction getRotationLambda()
RotationScheduleOptionsDefault: - either `rotationLambda` or `hostedRotation` must be specified
getRotationLambda in interface RotationScheduleOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.