Class CfnKnowledgeBasePropsMixin.CrawlerLimitsProperty
The limits of the crawler.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Wisdom
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnKnowledgeBasePropsMixin.CrawlerLimitsProperty : CfnKnowledgeBasePropsMixin.ICrawlerLimitsProperty
Syntax (vb)
Public Class CfnKnowledgeBasePropsMixin.CrawlerLimitsProperty Implements CfnKnowledgeBasePropsMixin.ICrawlerLimitsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Wisdom;
var crawlerLimitsProperty = new CrawlerLimitsProperty {
RateLimit = 123
};
Synopsis
Constructors
| CrawlerLimitsProperty() | The limits of the crawler. |
Properties
| RateLimit | The limit rate at which the crawler is configured. |
Constructors
CrawlerLimitsProperty()
The limits of the crawler.
public CrawlerLimitsProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Wisdom;
var crawlerLimitsProperty = new CrawlerLimitsProperty {
RateLimit = 123
};
Properties
RateLimit
The limit rate at which the crawler is configured.
public double? RateLimit { get; set; }