Class: Aws::BedrockAgent::Types::ConfluenceDataSourceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::ConfluenceDataSourceConfiguration
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
The configuration information to connect to Confluence as your data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#crawler_configuration ⇒ Types::ConfluenceCrawlerConfiguration
The configuration of the Confluence content.
-
#source_configuration ⇒ Types::ConfluenceSourceConfiguration
The endpoint information to connect to your Confluence data source.
Instance Attribute Details
#crawler_configuration ⇒ Types::ConfluenceCrawlerConfiguration
The configuration of the Confluence content. For example, configuring specific types of Confluence content.
1202 1203 1204 1205 1206 1207 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1202 class ConfluenceDataSourceConfiguration < Struct.new( :crawler_configuration, :source_configuration) SENSITIVE = [] include Aws::Structure end |
#source_configuration ⇒ Types::ConfluenceSourceConfiguration
The endpoint information to connect to your Confluence data source.
1202 1203 1204 1205 1206 1207 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1202 class ConfluenceDataSourceConfiguration < Struct.new( :crawler_configuration, :source_configuration) SENSITIVE = [] include Aws::Structure end |