Show / Hide Table of Contents

Class CfnKnowledgeBase.SeedUrlProperty

A URL for crawling.

Inheritance
object
CfnKnowledgeBase.SeedUrlProperty
Implements
CfnKnowledgeBase.ISeedUrlProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Wisdom
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnKnowledgeBase.SeedUrlProperty : CfnKnowledgeBase.ISeedUrlProperty
Syntax (vb)
Public Class CfnKnowledgeBase.SeedUrlProperty Implements CfnKnowledgeBase.ISeedUrlProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-knowledgebase-seedurl.html

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()

A URL for crawling.

Properties

Url

URL for crawling.

Constructors

SeedUrlProperty()

A URL for crawling.

public SeedUrlProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-knowledgebase-seedurl.html

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"
             };

Properties

Url

URL for crawling.

public string? Url { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-knowledgebase-seedurl.html#cfn-wisdom-knowledgebase-seedurl-url

Implements

CfnKnowledgeBase.ISeedUrlProperty
Back to top Generated by DocFX