public static final class CfnDataSource.WebCrawlerUrlsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSource.WebCrawlerUrlsProperty
CfnDataSource.WebCrawlerUrlsProperty
CfnDataSource.WebCrawlerUrlsProperty.Builder, CfnDataSource.WebCrawlerUrlsProperty.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.Object |
getSeedUrlConfiguration()
Configuration of the seed or starting point URLs of the websites you want to crawl.
|
java.lang.Object |
getSiteMapsConfiguration()
Configuration of the sitemap URLs of the websites you want to crawl.
|
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.Object getSeedUrlConfiguration()
CfnDataSource.WebCrawlerUrlsProperty
You can choose to crawl only the website host names, or the website host names with subdomains, or the website host names with subdomains and other domains that the webpages link to.
You can list up to 100 seed URLs.
getSeedUrlConfiguration
in interface CfnDataSource.WebCrawlerUrlsProperty
public final java.lang.Object getSiteMapsConfiguration()
CfnDataSource.WebCrawlerUrlsProperty
Only URLs belonging to the same website host names are crawled. You can list up to three sitemap URLs.
getSiteMapsConfiguration
in interface CfnDataSource.WebCrawlerUrlsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()