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: