Class: Aws::BedrockAgent::Types::ConfluenceDataSourceConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb

Overview

The configuration information to connect to Confluence as your data source for self-managed knowledge bases.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#crawler_configuration ⇒ Types::ConfluenceCrawlerConfiguration

The configuration of the Confluence content. For example, configuring specific types of Confluence content.



1650
1651
1652
1653
1654
1655
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1650

class ConfluenceDataSourceConfiguration < Struct.new(
  :source_configuration,
  :crawler_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#source_configuration ⇒ Types::ConfluenceSourceConfiguration

The endpoint information to connect to your Confluence data source.



1650
1651
1652
1653
1654
1655
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1650

class ConfluenceDataSourceConfiguration < Struct.new(
  :source_configuration,
  :crawler_configuration)
  SENSITIVE = []
  include Aws::Structure
end