interface UrlConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Wisdom.CfnKnowledgeBasePropsMixin.UrlConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awswisdom#CfnKnowledgeBasePropsMixin_UrlConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.wisdom.CfnKnowledgeBasePropsMixin.UrlConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_wisdom.CfnKnowledgeBasePropsMixin.UrlConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_wisdom » CfnKnowledgeBasePropsMixin » UrlConfigurationProperty |
The configuration of the URL/URLs for the web content that you want to crawl.
You should be authorized to crawl the URLs.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_wisdom as wisdom } from '@aws-cdk/cfn-property-mixins';
const urlConfigurationProperty: wisdom.CfnKnowledgeBasePropsMixin.UrlConfigurationProperty = {
seedUrls: [{
url: 'url',
}],
};
Properties
| Name | Type | Description |
|---|---|---|
| seed | IResolvable | (IResolvable | Seed)[] | List of URLs for crawling. |
seedUrls?
Type:
IResolvable | (IResolvable | Seed)[]
(optional)
List of URLs for crawling.

.NET
Go
Java
Python
TypeScript