Class CfnDataSource.WebCrawlerUrlsProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kendra.CfnDataSource.WebCrawlerUrlsProperty.Jsii$Proxy
All Implemented Interfaces:
CfnDataSource.WebCrawlerUrlsProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnDataSource.WebCrawlerUrlsProperty

@Stability(Stable) @Internal public static final class CfnDataSource.WebCrawlerUrlsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSource.WebCrawlerUrlsProperty
  • 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(CfnDataSource.WebCrawlerUrlsProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnDataSource.WebCrawlerUrlsProperty.Builder.
  • Method Details

    • getSeedUrlConfiguration

      public final Object getSeedUrlConfiguration()
      Description copied from interface: CfnDataSource.WebCrawlerUrlsProperty
      Configuration of the seed or starting point URLs of the websites you want to crawl.

      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 web pages link to.

      You can list up to 100 seed URLs.

      Specified by:
      getSeedUrlConfiguration in interface CfnDataSource.WebCrawlerUrlsProperty
    • getSiteMapsConfiguration

      public final Object getSiteMapsConfiguration()
      Description copied from interface: CfnDataSource.WebCrawlerUrlsProperty
      Configuration of the sitemap URLs of the websites you want to crawl.

      Only URLs belonging to the same website host names are crawled. You can list up to three sitemap URLs.

      Specified by:
      getSiteMapsConfiguration in interface CfnDataSource.WebCrawlerUrlsProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object