Interface CfnKnowledgeBase.CrawlerLimitsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnKnowledgeBase.CrawlerLimitsProperty.Jsii$Proxy
- Enclosing class:
CfnKnowledgeBase
@Stability(Stable)
public static interface CfnKnowledgeBase.CrawlerLimitsProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.wisdom.*;
CrawlerLimitsProperty crawlerLimitsProperty = CrawlerLimitsProperty.builder()
.rateLimit(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnKnowledgeBase.CrawlerLimitsPropertystatic final classAn implementation forCfnKnowledgeBase.CrawlerLimitsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRateLimit
The limit rate at which the crawler is configured.- See Also:
-
builder
-