Class CfnKnowledgeBase.SeedUrlProperty
A URL for crawling.
Inheritance
System.Object
CfnKnowledgeBase.SeedUrlProperty
Implements
Namespace: Amazon.CDK.AWS.Wisdom
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SeedUrlProperty : Object, CfnKnowledgeBase.ISeedUrlProperty
Syntax (vb)
Public Class SeedUrlProperty
Inherits Object
Implements CfnKnowledgeBase.ISeedUrlProperty
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.Wisdom;
var seedUrlProperty = new SeedUrlProperty {
Url = "url"
};
Synopsis
Constructors
SeedUrlProperty() |
Properties
Url | URL for crawling. |
Constructors
SeedUrlProperty()
public SeedUrlProperty()
Properties
Url
URL for crawling.
public string Url { get; set; }
Property Value
System.String