public static final class CfnCrawler.S3TargetProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCrawler.S3TargetProperty
CfnCrawler.S3TargetProperty
CfnCrawler.S3TargetProperty.Builder, CfnCrawler.S3TargetProperty.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 a connection which allows a job or crawler to access data in Amazon S3 within an Amazon Virtual Private Cloud environment (Amazon VPC).
|
java.lang.String |
getDlqEventQueueArn()
`CfnCrawler.S3TargetProperty.DlqEventQueueArn`.
|
java.lang.String |
getEventQueueArn()
`CfnCrawler.S3TargetProperty.EventQueueArn`.
|
java.util.List<java.lang.String> |
getExclusions()
A list of glob patterns used to exclude from the crawl.
|
java.lang.String |
getPath()
The path to the Amazon S3 target.
|
java.lang.Number |
getSampleSize()
Sets the number of files in each leaf folder to be crawled when crawling sample files in a dataset.
|
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.S3TargetProperty
getConnectionName
in interface CfnCrawler.S3TargetProperty
public final java.lang.String getDlqEventQueueArn()
CfnCrawler.S3TargetProperty
getDlqEventQueueArn
in interface CfnCrawler.S3TargetProperty
public final java.lang.String getEventQueueArn()
CfnCrawler.S3TargetProperty
getEventQueueArn
in interface CfnCrawler.S3TargetProperty
public final java.util.List<java.lang.String> getExclusions()
CfnCrawler.S3TargetProperty
For more information, see Catalog Tables with a Crawler .
getExclusions
in interface CfnCrawler.S3TargetProperty
public final java.lang.String getPath()
CfnCrawler.S3TargetProperty
getPath
in interface CfnCrawler.S3TargetProperty
public final java.lang.Number getSampleSize()
CfnCrawler.S3TargetProperty
If not set, all the files are crawled. A valid value is an integer between 1 and 249.
getSampleSize
in interface CfnCrawler.S3TargetProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()