Class: Aws::BedrockAgent::Types::SharePointDataSourceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::SharePointDataSourceConfiguration
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
The configuration information to connect to SharePoint as your data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#crawler_configuration ⇒ Types::SharePointCrawlerConfiguration
The configuration of the SharePoint content.
-
#source_configuration ⇒ Types::SharePointSourceConfiguration
The endpoint information to connect to your SharePoint data source.
Instance Attribute Details
#crawler_configuration ⇒ Types::SharePointCrawlerConfiguration
The configuration of the SharePoint content. For example, configuring specific types of SharePoint content.
7415 7416 7417 7418 7419 7420 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7415 class SharePointDataSourceConfiguration < Struct.new( :crawler_configuration, :source_configuration) SENSITIVE = [] include Aws::Structure end |
#source_configuration ⇒ Types::SharePointSourceConfiguration
The endpoint information to connect to your SharePoint data source.
7415 7416 7417 7418 7419 7420 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7415 class SharePointDataSourceConfiguration < Struct.new( :crawler_configuration, :source_configuration) SENSITIVE = [] include Aws::Structure end |