Class CfnDBInstance.MasterUserSecretProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rds.CfnDBInstance.MasterUserSecretProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDBInstance.MasterUserSecretProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDBInstance.MasterUserSecretProperty
@Stability(Stable)
@Internal
public static final class CfnDBInstance.MasterUserSecretProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDBInstance.MasterUserSecretProperty
An implementation for
CfnDBInstance.MasterUserSecretProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.rds.CfnDBInstance.MasterUserSecretProperty
CfnDBInstance.MasterUserSecretProperty.Builder, CfnDBInstance.MasterUserSecretProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDBInstance.MasterUserSecretProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnDBInstance.MasterUserSecretProperty.Builder
.
-
-
Method Details
-
getKmsKeyId
Description copied from interface:CfnDBInstance.MasterUserSecretProperty
The AWS KMS key identifier that is used to encrypt the secret.- Specified by:
getKmsKeyId
in interfaceCfnDBInstance.MasterUserSecretProperty
- See Also:
-
getSecretArn
Description copied from interface:CfnDBInstance.MasterUserSecretProperty
The Amazon Resource Name (ARN) of the secret.This parameter is a return value that you can retrieve using the
Fn::GetAtt
intrinsic function. For more information, see Return values .- Specified by:
getSecretArn
in interfaceCfnDBInstance.MasterUserSecretProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-