AWS::Bedrock::DataSource WebDataSourceConfiguration
The configuration details for the web data source.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CrawlerConfiguration" :
WebCrawlerConfiguration
, "SourceConfiguration" :WebSourceConfiguration
}
Properties
CrawlerConfiguration
-
The Web Crawler configuration details for the web data source.
Required: No
Type: WebCrawlerConfiguration
Update requires: No interruption
SourceConfiguration
-
The source configuration details for the web data source.
Required: Yes
Type: WebSourceConfiguration
Update requires: No interruption