Class CommonRotationUserOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rds.CommonRotationUserOptions.Jsii$Proxy
- All Implemented Interfaces:
CommonRotationUserOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CommonRotationUserOptions
@Stability(Stable)
@Internal
public static final class CommonRotationUserOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CommonRotationUserOptions
An implementation for
CommonRotationUserOptions-
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.rds.CommonRotationUserOptions
CommonRotationUserOptions.Builder, CommonRotationUserOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCommonRotationUserOptions.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 IInterfaceVpcEndpointThe VPC interface endpoint to use for the Secrets Manager API.final StringSpecifies characters to not include in generated passwords.final BooleanSpecifies whether to rotate the secret immediately or wait until the next scheduled rotation window.final ISecurityGroupThe security group for the Lambda rotation function.final SubnetSelectionWhere to place the rotation Lambda function.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 theCommonRotationUserOptions.Builder.
-
-
Method Details
-
getAutomaticallyAfter
Description copied from interface:CommonRotationUserOptionsSpecifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.Default: - 30 days
- Specified by:
getAutomaticallyAfterin interfaceCommonRotationUserOptions
-
getEndpoint
Description copied from interface:CommonRotationUserOptionsThe VPC interface endpoint to use for the Secrets Manager API.If you enable private DNS hostnames for your VPC private endpoint (the default), you don't need to specify an endpoint. The standard Secrets Manager DNS hostname the Secrets Manager CLI and SDKs use by default (https://secretsmanager.
.amazonaws.com) automatically resolves to your VPC endpoint. Default: https://secretsmanager.
.amazonaws.com - Specified by:
getEndpointin interfaceCommonRotationUserOptions
-
getExcludeCharacters
Description copied from interface:CommonRotationUserOptionsSpecifies characters to not include in generated passwords.Default: " %+~`#$invalid input: '&'*()|[]{}:;invalid input: '<'>?!'/@\"\\"
- Specified by:
getExcludeCharactersin interfaceCommonRotationUserOptions
-
getRotateImmediatelyOnUpdate
Description copied from interface:CommonRotationUserOptionsSpecifies whether to rotate the secret immediately or wait until the next scheduled rotation window.Default: true
- Specified by:
getRotateImmediatelyOnUpdatein interfaceCommonRotationUserOptions
-
getSecurityGroup
Description copied from interface:CommonRotationUserOptionsThe security group for the Lambda rotation function.Default: - a new security group is created
- Specified by:
getSecurityGroupin interfaceCommonRotationUserOptions
-
getVpcSubnets
Description copied from interface:CommonRotationUserOptionsWhere to place the rotation Lambda function.Default: - same placement as instance or cluster
- Specified by:
getVpcSubnetsin interfaceCommonRotationUserOptions
-
$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()
-