@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()
To use these values, you must specify `Transform: AWS::SecretsManager-2020-07-23` at the beginning of the CloudFormation template.
|
String |
getRotationLambdaArn()
The ARN of the Lambda function that can rotate the secret.
|
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()
CfnRotationScheduleProps
When you enter valid values for RotationSchedule.HostedRotationLambda , Secrets Manager launches a Lambda that performs rotation on the secret specified in the secret-id property. The template creates a Lambda as part of a nested stack within the current stack.
getHostedRotationLambda in interface CfnRotationSchedulePropspublic final String getRotationLambdaArn()
CfnRotationSchedulePropsIf you don't specify this parameter, then the secret must already have the ARN of a Lambda function configured.
To reference a Lambda function also created in this template, use the Ref function with the function's logical ID.
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.