Class: Aws::BedrockAgent::Types::SharePointCrawlerConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::SharePointCrawlerConfiguration
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
The configuration of the SharePoint content. For example, configuring specific types of SharePoint content.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter_configuration ⇒ Types::CrawlFilterConfiguration
The configuration of filtering the SharePoint content.
Instance Attribute Details
#filter_configuration ⇒ Types::CrawlFilterConfiguration
The configuration of filtering the SharePoint content. For example, configuring regular expression patterns to include or exclude certain content.
8798 8799 8800 8801 8802 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 8798 class SharePointCrawlerConfiguration < Struct.new( :filter_configuration) SENSITIVE = [] include Aws::Structure end |