public static final class CfnCrawler.JdbcTargetProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCrawler.JdbcTargetProperty
CfnCrawler.JdbcTargetProperty
CfnCrawler.JdbcTargetProperty.Builder, CfnCrawler.JdbcTargetProperty.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 |
getConnectionName()
The name of the connection to use to connect to the JDBC target.
|
java.util.List<java.lang.String> |
getExclusions()
A list of glob patterns used to exclude from the crawl.
|
java.lang.String |
getPath()
The path of the JDBC target.
|
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 getConnectionName()
CfnCrawler.JdbcTargetProperty
getConnectionName
in interface CfnCrawler.JdbcTargetProperty
public final java.util.List<java.lang.String> getExclusions()
CfnCrawler.JdbcTargetProperty
For more information, see Catalog Tables with a Crawler .
getExclusions
in interface CfnCrawler.JdbcTargetProperty
public final java.lang.String getPath()
CfnCrawler.JdbcTargetProperty
getPath
in interface CfnCrawler.JdbcTargetProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()