Knowledge Base Web Crawler Configuration Args
data class KnowledgeBaseWebCrawlerConfigurationArgs(val crawlerLimits: Output<KnowledgeBaseWebCrawlerConfigurationCrawlerLimitsPropertiesArgs>? = null, val exclusionFilters: Output<List<String>>? = null, val inclusionFilters: Output<List<String>>? = null, val scope: Output<KnowledgeBaseWebCrawlerConfigurationScope>? = null, val urlConfiguration: Output<KnowledgeBaseWebCrawlerConfigurationUrlConfigurationPropertiesArgs>) : ConvertibleToJava<KnowledgeBaseWebCrawlerConfigurationArgs>
Constructors
Link copied to clipboard
constructor(crawlerLimits: Output<KnowledgeBaseWebCrawlerConfigurationCrawlerLimitsPropertiesArgs>? = null, exclusionFilters: Output<List<String>>? = null, inclusionFilters: Output<List<String>>? = null, scope: Output<KnowledgeBaseWebCrawlerConfigurationScope>? = null, urlConfiguration: Output<KnowledgeBaseWebCrawlerConfigurationUrlConfigurationPropertiesArgs>)