Class CfnDataSource.WebCrawlerSeedUrlConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kendra.CfnDataSource.WebCrawlerSeedUrlConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.WebCrawlerSeedUrlConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSource.WebCrawlerSeedUrlConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.WebCrawlerSeedUrlConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.WebCrawlerSeedUrlConfigurationProperty
An implementation for
CfnDataSource.WebCrawlerSeedUrlConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.WebCrawlerSeedUrlConfigurationProperty
CfnDataSource.WebCrawlerSeedUrlConfigurationProperty.Builder, CfnDataSource.WebCrawlerSeedUrlConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.WebCrawlerSeedUrlConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDataSource.WebCrawlerSeedUrlConfigurationProperty.Builder
.
-
-
Method Details
-
getSeedUrls
Description copied from interface:CfnDataSource.WebCrawlerSeedUrlConfigurationProperty
The list of seed or starting point URLs of the websites you want to crawl.The list can include a maximum of 100 seed URLs.
- Specified by:
getSeedUrls
in interfaceCfnDataSource.WebCrawlerSeedUrlConfigurationProperty
-
getWebCrawlerMode
Description copied from interface:CfnDataSource.WebCrawlerSeedUrlConfigurationProperty
You can choose one of the following modes:.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 web pages link to.
The default mode is set to
HOST_ONLY
.- Specified by:
getWebCrawlerMode
in interfaceCfnDataSource.WebCrawlerSeedUrlConfigurationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-