public static final class CfnAnomalyDetector.RDSSourceConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAnomalyDetector.RDSSourceConfigProperty
CfnAnomalyDetector.RDSSourceConfigProperty
CfnAnomalyDetector.RDSSourceConfigProperty.Builder, CfnAnomalyDetector.RDSSourceConfigProperty.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 |
getDatabaseHost()
The host name of the database.
|
java.lang.String |
getDatabaseName()
The name of the RDS database.
|
java.lang.Number |
getDatabasePort()
The port number where the database can be accessed.
|
java.lang.String |
getDbInstanceIdentifier()
A string identifying the database instance.
|
java.lang.String |
getRoleArn()
The Amazon Resource Name (ARN) of the role.
|
java.lang.String |
getSecretManagerArn()
The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
|
java.lang.String |
getTableName()
The name of the table in the database.
|
java.lang.Object |
getVpcConfiguration()
An object containing information about the Amazon Virtual Private Cloud (VPC) configuration.
|
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 getDatabaseHost()
CfnAnomalyDetector.RDSSourceConfigProperty
getDatabaseHost
in interface CfnAnomalyDetector.RDSSourceConfigProperty
public final java.lang.String getDatabaseName()
CfnAnomalyDetector.RDSSourceConfigProperty
getDatabaseName
in interface CfnAnomalyDetector.RDSSourceConfigProperty
public final java.lang.Number getDatabasePort()
CfnAnomalyDetector.RDSSourceConfigProperty
getDatabasePort
in interface CfnAnomalyDetector.RDSSourceConfigProperty
public final java.lang.String getDbInstanceIdentifier()
CfnAnomalyDetector.RDSSourceConfigProperty
getDbInstanceIdentifier
in interface CfnAnomalyDetector.RDSSourceConfigProperty
public final java.lang.String getRoleArn()
CfnAnomalyDetector.RDSSourceConfigProperty
getRoleArn
in interface CfnAnomalyDetector.RDSSourceConfigProperty
public final java.lang.String getSecretManagerArn()
CfnAnomalyDetector.RDSSourceConfigProperty
getSecretManagerArn
in interface CfnAnomalyDetector.RDSSourceConfigProperty
public final java.lang.String getTableName()
CfnAnomalyDetector.RDSSourceConfigProperty
getTableName
in interface CfnAnomalyDetector.RDSSourceConfigProperty
public final java.lang.Object getVpcConfiguration()
CfnAnomalyDetector.RDSSourceConfigProperty
getVpcConfiguration
in interface CfnAnomalyDetector.RDSSourceConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()