Class CfnDataSource.WebDataSourceConfigurationProperty
The configuration details for the web data source.
Inheritance
Namespace: Amazon.CDK.AwsBedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class WebDataSourceConfigurationProperty : Object, CfnDataSource.IWebDataSourceConfigurationProperty
Syntax (vb)
Public Class WebDataSourceConfigurationProperty
Inherits Object
Implements CfnDataSource.IWebDataSourceConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_bedrock;
var webDataSourceConfigurationProperty = new WebDataSourceConfigurationProperty {
SourceConfiguration = new WebSourceConfigurationProperty {
UrlConfiguration = new UrlConfigurationProperty {
SeedUrls = new [] { new SeedUrlProperty {
Url = "url"
} }
}
},
// the properties below are optional
CrawlerConfiguration = new WebCrawlerConfigurationProperty {
CrawlerLimits = new WebCrawlerLimitsProperty {
RateLimit = 123
},
ExclusionFilters = new [] { "exclusionFilters" },
InclusionFilters = new [] { "inclusionFilters" },
Scope = "scope"
}
};
Synopsis
Constructors
Web |
Properties
Crawler |
The Web Crawler configuration details for the web data source. |
Source |
The source configuration details for the web data source. |
Constructors
WebDataSourceConfigurationProperty()
public WebDataSourceConfigurationProperty()
Properties
CrawlerConfiguration
The Web Crawler configuration details for the web data source.
public object CrawlerConfiguration { get; set; }
Property Value
System.
Remarks
SourceConfiguration
The source configuration details for the web data source.
public object SourceConfiguration { get; set; }
Property Value
System.