Class RotationScheduleOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.secretsmanager.RotationScheduleOptions.Jsii$Proxy
- All Implemented Interfaces:
RotationScheduleOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- RotationScheduleOptions
@Stability(Stable)
@Internal
public static final class RotationScheduleOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements RotationScheduleOptions
An implementation for
RotationScheduleOptions-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.secretsmanager.RotationScheduleOptions
RotationScheduleOptions.Builder, RotationScheduleOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theRotationScheduleOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal DurationSpecifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.final HostedRotationHosted rotation.final IFunctionA Lambda function that can rotate the secret.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected 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$Proxy
Constructor that initializes the object based on literal property values passed by theRotationScheduleOptions.Builder.
-
-
Method Details
-
getAutomaticallyAfter
Description copied from interface:RotationScheduleOptionsSpecifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.A value of zero will disable automatic rotation -
Duration.days(0).Default: Duration.days(30)
- Specified by:
getAutomaticallyAfterin interfaceRotationScheduleOptions
-
getHostedRotation
Description copied from interface:RotationScheduleOptionsHosted rotation.Default: - either `rotationLambda` or `hostedRotation` must be specified
- Specified by:
getHostedRotationin interfaceRotationScheduleOptions
-
getRotationLambda
Description copied from interface:RotationScheduleOptionsA Lambda function that can rotate the secret.Default: - either `rotationLambda` or `hostedRotation` must be specified
- Specified by:
getRotationLambdain interfaceRotationScheduleOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-