@cdklabs/generative-ai-cdk-constructs • Docs
@cdklabs/generative-ai-cdk-constructs / bedrock / CrawlingScope
The scope of the crawling.
DEFAULT:
"DEFAULT"
Limit crawling to web pages that belong to the same host and with the same initial URL path.
HOST_ONLY:
"HOST_ONLY"
Crawls only web pages that belong to the same host or primary domain.
SUBDOMAINS:
"SUBDOMAINS"
Includes subdomains in addition to the host or primary domain, i.e. web pages that contain “aws.amazon.com” can also include sub domain “docs.aws.amazon.com”