Class: Aws::BedrockAgent::Types::DataSourceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::DataSourceConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
The connection configuration for the data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#confluence_configuration ⇒ Types::ConfluenceDataSourceConfiguration
The configuration information to connect to Confluence as your data source.
-
#s3_configuration ⇒ Types::S3DataSourceConfiguration
The configuration information to connect to Amazon S3 as your data source.
-
#salesforce_configuration ⇒ Types::SalesforceDataSourceConfiguration
The configuration information to connect to Salesforce as your data source.
-
#share_point_configuration ⇒ Types::SharePointDataSourceConfiguration
The configuration information to connect to SharePoint as your data source.
-
#type ⇒ String
The type of data source.
-
#web_configuration ⇒ Types::WebDataSourceConfiguration
The configuration of web URLs to crawl for your data source.
Instance Attribute Details
#confluence_configuration ⇒ Types::ConfluenceDataSourceConfiguration
The configuration information to connect to Confluence as your data source.
<note markdown=“1”> Confluence data source connector is in preview release and is subject to change.
</note>
2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2350 class DataSourceConfiguration < Struct.new( :confluence_configuration, :s3_configuration, :salesforce_configuration, :share_point_configuration, :type, :web_configuration) SENSITIVE = [] include Aws::Structure end |
#s3_configuration ⇒ Types::S3DataSourceConfiguration
The configuration information to connect to Amazon S3 as your data source.
2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2350 class DataSourceConfiguration < Struct.new( :confluence_configuration, :s3_configuration, :salesforce_configuration, :share_point_configuration, :type, :web_configuration) SENSITIVE = [] include Aws::Structure end |
#salesforce_configuration ⇒ Types::SalesforceDataSourceConfiguration
The configuration information to connect to Salesforce as your data source.
<note markdown=“1”> Salesforce data source connector is in preview release and is subject to change.
</note>
2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2350 class DataSourceConfiguration < Struct.new( :confluence_configuration, :s3_configuration, :salesforce_configuration, :share_point_configuration, :type, :web_configuration) SENSITIVE = [] include Aws::Structure end |
#share_point_configuration ⇒ Types::SharePointDataSourceConfiguration
The configuration information to connect to SharePoint as your data source.
<note markdown=“1”> SharePoint data source connector is in preview release and is subject to change.
</note>
2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2350 class DataSourceConfiguration < Struct.new( :confluence_configuration, :s3_configuration, :salesforce_configuration, :share_point_configuration, :type, :web_configuration) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of data source.
2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2350 class DataSourceConfiguration < Struct.new( :confluence_configuration, :s3_configuration, :salesforce_configuration, :share_point_configuration, :type, :web_configuration) SENSITIVE = [] include Aws::Structure end |
#web_configuration ⇒ Types::WebDataSourceConfiguration
The configuration of web URLs to crawl for your data source. You should be authorized to crawl the URLs.
<note markdown=“1”> Crawling web URLs as your data source is in preview release and is subject to change.
</note>
2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2350 class DataSourceConfiguration < Struct.new( :confluence_configuration, :s3_configuration, :salesforce_configuration, :share_point_configuration, :type, :web_configuration) SENSITIVE = [] include Aws::Structure end |