interface CrawlerLimitsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Wisdom.CfnKnowledgeBasePropsMixin.CrawlerLimitsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awswisdom#CfnKnowledgeBasePropsMixin_CrawlerLimitsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.wisdom.CfnKnowledgeBasePropsMixin.CrawlerLimitsProperty |
Python | aws_cdk.cfn_property_mixins.aws_wisdom.CfnKnowledgeBasePropsMixin.CrawlerLimitsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_wisdom » CfnKnowledgeBasePropsMixin » 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/cfn-property-mixins';
const crawlerLimitsProperty: wisdom.CfnKnowledgeBasePropsMixin.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