Class CfnDBInstance.DBInstanceRoleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rds.CfnDBInstance.DBInstanceRoleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDBInstance.DBInstanceRoleProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDBInstance.DBInstanceRoleProperty
@Stability(Stable)
@Internal
public static final class CfnDBInstance.DBInstanceRoleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDBInstance.DBInstanceRoleProperty
An implementation for
CfnDBInstance.DBInstanceRoleProperty
-
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.DBInstanceRoleProperty
CfnDBInstance.DBInstanceRoleProperty.Builder, CfnDBInstance.DBInstanceRoleProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDBInstance.DBInstanceRoleProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The name of the feature associated with the AWS Identity and Access Management (IAM) role.final String
The Amazon Resource Name (ARN) of the IAM role that is associated with the DB instance.final int
hashCode()
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.DBInstanceRoleProperty.Builder
.
-
-
Method Details
-
getFeatureName
Description copied from interface:CfnDBInstance.DBInstanceRoleProperty
The name of the feature associated with the AWS Identity and Access Management (IAM) role.IAM roles that are associated with a DB instance grant permission for the DB instance to access other AWS services on your behalf. For the list of supported feature names, see the
SupportedFeatureNames
description in DBEngineVersion in the Amazon RDS API Reference .- Specified by:
getFeatureName
in interfaceCfnDBInstance.DBInstanceRoleProperty
- See Also:
-
getRoleArn
Description copied from interface:CfnDBInstance.DBInstanceRoleProperty
The Amazon Resource Name (ARN) of the IAM role that is associated with the DB instance.- Specified by:
getRoleArn
in interfaceCfnDBInstance.DBInstanceRoleProperty
- 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()
-