public static final class CfnDBCluster.DBClusterRoleProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDBCluster.DBClusterRoleProperty
CfnDBCluster.DBClusterRoleProperty
CfnDBCluster.DBClusterRoleProperty.Builder, CfnDBCluster.DBClusterRoleProperty.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.String |
getFeatureName()
The name of the feature associated with the Amazon Identity and Access Management (IAM) role.
|
java.lang.String |
getRoleArn()
The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster.
|
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 getRoleArn()
CfnDBCluster.DBClusterRoleProperty
getRoleArn
in interface CfnDBCluster.DBClusterRoleProperty
public final java.lang.String getFeatureName()
CfnDBCluster.DBClusterRoleProperty
For the list of supported feature names, see DescribeDBEngineVersions .
getFeatureName
in interface CfnDBCluster.DBClusterRoleProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()