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