Class CfnDataSource.SeedUrlProperty
The seed or starting point URL.
Inheritance
Implements
Namespace: Amazon.CDK.AwsBedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SeedUrlProperty : Object, CfnDataSource.ISeedUrlProperty
Syntax (vb)
Public Class SeedUrlProperty
Inherits Object
Implements CfnDataSource.ISeedUrlProperty
Remarks
You should be authorized to crawl the URL.
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 seedUrlProperty = new SeedUrlProperty {
Url = "url"
};
Synopsis
Constructors
Seed |
Properties
Url | A seed or starting point URL. |
Constructors
SeedUrlProperty()
public SeedUrlProperty()
Properties
Url
A seed or starting point URL.
public string Url { get; set; }
Property Value
System.