@Stability(value=Stable) @Internal public static final class CfnDataSource.WebCrawlerSeedUrlConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSource.WebCrawlerSeedUrlConfigurationProperty
CfnDataSource.WebCrawlerSeedUrlConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnDataSource.WebCrawlerSeedUrlConfigurationProperty.Builder, CfnDataSource.WebCrawlerSeedUrlConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDataSource.WebCrawlerSeedUrlConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDataSource.AccessControlListConfigurationProperty.Builder. |
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(Object o) |
List<String> |
getSeedUrls()
The list of seed or starting point URLs of the websites you want to crawl.
|
String |
getWebCrawlerMode()
You can choose one of the following modes:.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDataSource.WebCrawlerSeedUrlConfigurationProperty.Builder builder)
CfnDataSource.AccessControlListConfigurationProperty.Builder.public final List<String> getSeedUrls()
CfnDataSource.WebCrawlerSeedUrlConfigurationPropertyThe list can include a maximum of 100 seed URLs.
getSeedUrls in interface CfnDataSource.WebCrawlerSeedUrlConfigurationPropertypublic final String getWebCrawlerMode()
CfnDataSource.WebCrawlerSeedUrlConfigurationProperty
HOST_ONLY – crawl only the website host names. For example, if the seed URL is "abc.example.com", then only URLs with host name "abc.example.com" are crawled.SUBDOMAINS – crawl the website host names with subdomains. For example, if the seed URL is "abc.example.com", then "a.abc.example.com" and "b.abc.example.com" are also crawled.EVERYTHING – crawl the website host names with subdomains and other domains that the webpages link to.
The default mode is set to HOST_ONLY .
getWebCrawlerMode in interface CfnDataSource.WebCrawlerSeedUrlConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.