Show / Hide Table of Contents

Class CfnKnowledgeBasePropsMixin.CrawlerLimitsProperty

The limits of the crawler.

Inheritance
object
CfnKnowledgeBasePropsMixin.CrawlerLimitsProperty
Implements
CfnKnowledgeBasePropsMixin.ICrawlerLimitsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-knowledgebase-crawlerlimits.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-knowledgebase-crawlerlimits.html

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; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-knowledgebase-crawlerlimits.html#cfn-wisdom-knowledgebase-crawlerlimits-ratelimit

Implements

CfnKnowledgeBasePropsMixin.ICrawlerLimitsProperty
Back to top Generated by DocFX