interface CrawlerLimitsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Wisdom.CfnKnowledgeBase.CrawlerLimitsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awswisdom#CfnKnowledgeBase_CrawlerLimitsProperty |
Java | software.amazon.awscdk.services.wisdom.CfnKnowledgeBase.CrawlerLimitsProperty |
Python | aws_cdk.aws_wisdom.CfnKnowledgeBase.CrawlerLimitsProperty |
TypeScript | aws-cdk-lib » aws_wisdom » CfnKnowledgeBase » CrawlerLimitsProperty |
The limits of the crawler.
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-lib';
const crawlerLimitsProperty: wisdom.CfnKnowledgeBase.CrawlerLimitsProperty = {
rateLimit: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| rate | number | The limit rate at which the crawler is configured. |
rateLimit?
Type:
number
(optional)
The limit rate at which the crawler is configured.

.NET
Go
Java
Python
TypeScript