public static final class CfnRotationScheduleProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRotationScheduleProps
CfnRotationScheduleProps
CfnRotationScheduleProps.Builder, CfnRotationScheduleProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.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) .
|
java.lang.Object |
getRotateImmediatelyOnUpdate()
Specifies whether to rotate the secret immediately or wait until the next scheduled rotation window.
|
java.lang.String |
getRotationLambdaArn()
The ARN of an existing Lambda rotation function.
|
java.lang.Object |
getRotationRules()
A structure that defines the rotation configuration for this secret.
|
java.lang.String |
getSecretId()
The ARN or name of the secret to rotate.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getSecretId()
CfnRotationScheduleProps
To reference a secret also created in this template, use the Ref function with the secret's logical ID.
getSecretId
in interface CfnRotationScheduleProps
public final java.lang.Object getHostedRotationLambda()
CfnRotationScheduleProps
For Amazon RDS master user credentials, see AWS::RDS::DBCluster MasterUserSecret .
getHostedRotationLambda
in interface CfnRotationScheduleProps
public final java.lang.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.
Rotation is an asynchronous process. For more information, see How rotation works .
getRotateImmediatelyOnUpdate
in interface CfnRotationScheduleProps
public final java.lang.String getRotationLambdaArn()
CfnRotationScheduleProps
To specify a rotation function that is also defined in this template, use the Ref function.
For Amazon RDS master user credentials, see AWS::RDS::DBCluster MasterUserSecret .
To create a new rotation function based on one of the Secrets Manager rotation function templates , specify HostedRotationLambda
instead.
getRotationLambdaArn
in interface CfnRotationScheduleProps
public final java.lang.Object getRotationRules()
CfnRotationScheduleProps
getRotationRules
in interface CfnRotationScheduleProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()