Class CfnKnowledgeBasePropsMixin.ManagedSourceConfigurationProperty
Source configuration for managed resources.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Wisdom
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnKnowledgeBasePropsMixin.ManagedSourceConfigurationProperty : CfnKnowledgeBasePropsMixin.IManagedSourceConfigurationProperty
Syntax (vb)
Public Class CfnKnowledgeBasePropsMixin.ManagedSourceConfigurationProperty Implements CfnKnowledgeBasePropsMixin.IManagedSourceConfigurationProperty
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 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
Constructors
| ManagedSourceConfigurationProperty() | Source configuration for managed resources. |
Properties
| WebCrawlerConfiguration | Configuration data for web crawler data source. |
Constructors
ManagedSourceConfigurationProperty()
Source configuration for managed resources.
public ManagedSourceConfigurationProperty()
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 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"
} }
}
}
};
Properties
WebCrawlerConfiguration
Configuration data for web crawler data source.
public object? WebCrawlerConfiguration { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnKnowledgeBasePropsMixin.IWebCrawlerConfigurationProperty