Show / Hide Table of Contents

Interface CfnKnowledgeBasePropsMixin.IManagedSourceConfigurationProperty

Source configuration for managed resources.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Wisdom
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnKnowledgeBasePropsMixin.IManagedSourceConfigurationProperty
Syntax (vb)
Public Interface CfnKnowledgeBasePropsMixin.IManagedSourceConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-knowledgebase-managedsourceconfiguration.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 managedSourceConfigurationProperty = new ManagedSourceConfigurationProperty {
                 WebCrawlerConfiguration = new WebCrawlerConfigurationProperty {
                     CrawlerLimits = new CrawlerLimitsProperty {
                         RateLimit = 123
                     },
                     ExclusionFilters = new [] { "exclusionFilters" },
                     InclusionFilters = new [] { "inclusionFilters" },
                     Scope = "scope",
                     UrlConfiguration = new UrlConfigurationProperty {
                         SeedUrls = new [] { new SeedUrlProperty {
                             Url = "url"
                         } }
                     }
                 }
             };

Synopsis

Properties

WebCrawlerConfiguration

Configuration data for web crawler data source.

Properties

WebCrawlerConfiguration

Configuration data for web crawler data source.

object? WebCrawlerConfiguration { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnKnowledgeBasePropsMixin.IWebCrawlerConfigurationProperty

Back to top Generated by DocFX