Class CfnDataSourcePropsMixin.WebCrawlerSeedUrlConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.kendra.CfnDataSourcePropsMixin.WebCrawlerSeedUrlConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSourcePropsMixin.WebCrawlerSeedUrlConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSourcePropsMixin.WebCrawlerSeedUrlConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSourcePropsMixin.WebCrawlerSeedUrlConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSourcePropsMixin.WebCrawlerSeedUrlConfigurationProperty
An implementation for
CfnDataSourcePropsMixin.WebCrawlerSeedUrlConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.kendra.CfnDataSourcePropsMixin.WebCrawlerSeedUrlConfigurationProperty
CfnDataSourcePropsMixin.WebCrawlerSeedUrlConfigurationProperty.Builder, CfnDataSourcePropsMixin.WebCrawlerSeedUrlConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSourcePropsMixin.WebCrawlerSeedUrlConfigurationProperty.Builder.protectedJsii$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
protected Jsii$Proxy(CfnDataSourcePropsMixin.WebCrawlerSeedUrlConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDataSourcePropsMixin.WebCrawlerSeedUrlConfigurationProperty.Builder.
-
-
Method Details
-
getSeedUrls
Description copied from interface:CfnDataSourcePropsMixin.WebCrawlerSeedUrlConfigurationPropertyThe 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:
getSeedUrlsin interfaceCfnDataSourcePropsMixin.WebCrawlerSeedUrlConfigurationProperty- See Also:
-
getWebCrawlerMode
Description copied from interface:CfnDataSourcePropsMixin.WebCrawlerSeedUrlConfigurationPropertyYou 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:
getWebCrawlerModein interfaceCfnDataSourcePropsMixin.WebCrawlerSeedUrlConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-