Class CfnDataSourcePropsMixin.UrlConfigurationProperty
The configuration of web URLs that you want to crawl.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDataSourcePropsMixin.UrlConfigurationProperty : CfnDataSourcePropsMixin.IUrlConfigurationProperty
Syntax (vb)
Public Class CfnDataSourcePropsMixin.UrlConfigurationProperty Implements CfnDataSourcePropsMixin.IUrlConfigurationProperty
Remarks
You should be authorized to crawl the URLs.
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.Mixins.Preview.AWS.Bedrock.Mixins;
var urlConfigurationProperty = new UrlConfigurationProperty {
SeedUrls = new [] { new SeedUrlProperty {
Url = "url"
} }
};
Synopsis
Constructors
| UrlConfigurationProperty() | The configuration of web URLs that you want to crawl. |
Properties
| SeedUrls | One or more seed or starting point URLs. |
Constructors
UrlConfigurationProperty()
The configuration of web URLs that you want to crawl.
public UrlConfigurationProperty()
Remarks
You should be authorized to crawl the URLs.
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.Mixins.Preview.AWS.Bedrock.Mixins;
var urlConfigurationProperty = new UrlConfigurationProperty {
SeedUrls = new [] { new SeedUrlProperty {
Url = "url"
} }
};
Properties
SeedUrls
One or more seed or starting point URLs.
public object? SeedUrls { get; set; }