AWS::Bedrock::DataSource UrlConfiguration - AWS CloudFormation

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 AWS 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