interface SeedUrlProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_bedrock.CfnDataSource.SeedUrlProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnDataSource_SeedUrlProperty |
![]() | software.amazon.awscdk.services.bedrock.CfnDataSource.SeedUrlProperty |
![]() | aws_cdk.aws_bedrock.CfnDataSource.SeedUrlProperty |
![]() | aws-cdk-lib » aws_bedrock » CfnDataSource » SeedUrlProperty |
The seed or starting point URL.
You should be authorized to crawl the URL.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrock as bedrock } from 'aws-cdk-lib';
const seedUrlProperty: bedrock.CfnDataSource.SeedUrlProperty = {
url: 'url',
};
Properties
Name | Type | Description |
---|---|---|
url | string | A seed or starting point URL. |
url
Type:
string
A seed or starting point URL.