AWS::Bedrock::DataSource WebCrawlerLimits - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Bedrock::DataSource WebCrawlerLimits

The rate limits for the URLs that you want to crawl. You should be authorized to crawl the URLs.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "RateLimit" : Integer }

YAML

RateLimit: Integer

Properties

RateLimit

The max rate at which pages are crawled, up to 300 per minute per host.

Required: No

Type: Integer

Minimum: 1

Maximum: 300

Update requires: No interruption