Show / Hide Table of Contents

Class CfnDataSourcePropsMixin.UrlConfigurationProperty

The configuration of web URLs that you want to crawl.

Inheritance
object
CfnDataSourcePropsMixin.UrlConfigurationProperty
Implements
CfnDataSourcePropsMixin.IUrlConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-datasource-urlconfiguration.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.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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-datasource-urlconfiguration.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.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; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-datasource-urlconfiguration.html#cfn-bedrock-datasource-urlconfiguration-seedurls

Type union: either IResolvable or (either IResolvable or CfnDataSourcePropsMixin.ISeedUrlProperty)[]

Implements

CfnDataSourcePropsMixin.IUrlConfigurationProperty
Back to top Generated by DocFX