@Stability(value=Stable) @Internal public static final class CfnRotationScheduleProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRotationScheduleProps
CfnRotationSchedulePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnRotationScheduleProps.Builder, CfnRotationScheduleProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnRotationScheduleProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnRotationScheduleProps.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) |
Object |
getHostedRotationLambda()
Creates a new Lambda rotation function based on one of the [Secrets Manager rotation function templates](https://docs.aws.amazon.com/secretsmanager/latest/userguide/reference_available-rotation-templates.html) .
|
Object |
getRotateImmediatelyOnUpdate()
Specifies whether to rotate the secret immediately or wait until the next scheduled rotation window.
|
String |
getRotationLambdaArn()
The ARN of an existing Lambda rotation function.
|
Object |
getRotationRules()
A structure that defines the rotation configuration for this secret.
|
String |
getSecretId()
The ARN or name of 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(CfnRotationScheduleProps.Builder builder)
CfnRotationScheduleProps.Builder.public final String getSecretId()
CfnRotationSchedulePropsTo reference a secret also created in this template, use the Ref function with the secret's logical ID.
getSecretId in interface CfnRotationSchedulePropspublic final Object getHostedRotationLambda()
CfnRotationSchedulePropsgetHostedRotationLambda in interface CfnRotationSchedulePropspublic final Object getRotateImmediatelyOnUpdate()
CfnRotationScheduleProps
The rotation schedule is defined in RotationRules .
If you don't immediately rotate the secret, Secrets Manager tests the rotation configuration by running the testSecret step of the Lambda rotation function. The test creates an AWSPENDING version of the secret and then removes it.
If you don't specify this value, then by default, Secrets Manager rotates the secret immediately.
getRotateImmediatelyOnUpdate in interface CfnRotationSchedulePropspublic final String getRotationLambdaArn()
CfnRotationSchedulePropsTo specify a rotation function that is also defined in this template, use the Ref function.
To create a new rotation function based on one of the Secrets Manager rotation function templates , specify HostedRotationLambda instead.
getRotationLambdaArn in interface CfnRotationSchedulePropspublic final Object getRotationRules()
CfnRotationSchedulePropsgetRotationRules in interface CfnRotationScheduleProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.