AWS::Bedrock::DataSource UrlConfiguration - 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 UrlConfiguration

The configuration of web 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

{ "SeedUrls" : [ SeedUrl, ... ] }

YAML

SeedUrls: - SeedUrl

Properties

SeedUrls

One or more seed or starting point URLs.

Required: Yes

Type: Array of SeedUrl

Minimum: 1

Maximum: 100

Update requires: No interruption