public static final class CfnDataSet.RelationalTableProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSet.RelationalTableProperty
CfnDataSet.RelationalTableProperty
CfnDataSet.RelationalTableProperty.Builder, CfnDataSet.RelationalTableProperty.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 |
getCatalog()
`CfnDataSet.RelationalTableProperty.Catalog`.
|
java.lang.String |
getDataSourceArn()
The Amazon Resource Name (ARN) for the data source.
|
java.lang.Object |
getInputColumns()
The column schema of the table.
|
java.lang.String |
getName()
The name of the relational table.
|
java.lang.String |
getSchema()
The schema name.
|
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 getDataSourceArn()
CfnDataSet.RelationalTableProperty
getDataSourceArn
in interface CfnDataSet.RelationalTableProperty
public final java.lang.Object getInputColumns()
CfnDataSet.RelationalTableProperty
getInputColumns
in interface CfnDataSet.RelationalTableProperty
public final java.lang.String getName()
CfnDataSet.RelationalTableProperty
getName
in interface CfnDataSet.RelationalTableProperty
public final java.lang.String getCatalog()
CfnDataSet.RelationalTableProperty
getCatalog
in interface CfnDataSet.RelationalTableProperty
public final java.lang.String getSchema()
CfnDataSet.RelationalTableProperty
This name applies to certain relational database engines.
getSchema
in interface CfnDataSet.RelationalTableProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()