Class: Aws::BedrockAgent::Types::KendraKnowledgeBaseConfiguration

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

Overview

Settings for an Amazon Kendra knowledge base.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kendra_index_arnString

The ARN of the Amazon Kendra index.

Returns:

  • (String)


6208
6209
6210
6211
6212
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6208

class KendraKnowledgeBaseConfiguration < Struct.new(
  :kendra_index_arn)
  SENSITIVE = []
  include Aws::Structure
end