public static final class CfnAnomalyDetector.RedshiftSourceConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAnomalyDetector.RedshiftSourceConfigProperty
CfnAnomalyDetector.RedshiftSourceConfigProperty
CfnAnomalyDetector.RedshiftSourceConfigProperty.Builder, CfnAnomalyDetector.RedshiftSourceConfigProperty.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 |
getClusterIdentifier()
A string identifying the Redshift cluster.
|
java.lang.String |
getDatabaseHost()
The name of the database host.
|
java.lang.String |
getDatabaseName()
The Redshift database name.
|
java.lang.Number |
getDatabasePort()
The port number where the database can be accessed.
|
java.lang.String |
getRoleArn()
The Amazon Resource Name (ARN) of the role providing access to the database.
|
java.lang.String |
getSecretManagerArn()
The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
|
java.lang.String |
getTableName()
The table name of the Redshift database.
|
java.lang.Object |
getVpcConfiguration()
Contains 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 getClusterIdentifier()
CfnAnomalyDetector.RedshiftSourceConfigProperty
getClusterIdentifier
in interface CfnAnomalyDetector.RedshiftSourceConfigProperty
public final java.lang.String getDatabaseHost()
CfnAnomalyDetector.RedshiftSourceConfigProperty
getDatabaseHost
in interface CfnAnomalyDetector.RedshiftSourceConfigProperty
public final java.lang.String getDatabaseName()
CfnAnomalyDetector.RedshiftSourceConfigProperty
getDatabaseName
in interface CfnAnomalyDetector.RedshiftSourceConfigProperty
public final java.lang.Number getDatabasePort()
CfnAnomalyDetector.RedshiftSourceConfigProperty
getDatabasePort
in interface CfnAnomalyDetector.RedshiftSourceConfigProperty
public final java.lang.String getRoleArn()
CfnAnomalyDetector.RedshiftSourceConfigProperty
getRoleArn
in interface CfnAnomalyDetector.RedshiftSourceConfigProperty
public final java.lang.String getSecretManagerArn()
CfnAnomalyDetector.RedshiftSourceConfigProperty
getSecretManagerArn
in interface CfnAnomalyDetector.RedshiftSourceConfigProperty
public final java.lang.String getTableName()
CfnAnomalyDetector.RedshiftSourceConfigProperty
getTableName
in interface CfnAnomalyDetector.RedshiftSourceConfigProperty
public final java.lang.Object getVpcConfiguration()
CfnAnomalyDetector.RedshiftSourceConfigProperty
getVpcConfiguration
in interface CfnAnomalyDetector.RedshiftSourceConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()