Class: Aws::BedrockAgent::Types::SqlKnowledgeBaseConfiguration

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

Overview

Contains configurations for a knowledge base connected to an SQL database. Specify the SQL database type in the type field and include the corresponding field. For more information, see Build a knowledge base by connecting to a structured data source in the Amazon Bedrock User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#redshift_configurationTypes::RedshiftConfiguration

Specifies configurations for a knowledge base connected to an Amazon Redshift database.



8915
8916
8917
8918
8919
8920
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 8915

class SqlKnowledgeBaseConfiguration < Struct.new(
  :redshift_configuration,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of SQL database to connect to the knowledge base.

Returns:

  • (String)


8915
8916
8917
8918
8919
8920
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 8915

class SqlKnowledgeBaseConfiguration < Struct.new(
  :redshift_configuration,
  :type)
  SENSITIVE = []
  include Aws::Structure
end