Class: Aws::BedrockAgent::Types::KendraKnowledgeBaseConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::KendraKnowledgeBaseConfiguration
- 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
-
#kendra_index_arn ⇒ String
The ARN of the Amazon Kendra index.
Instance Attribute Details
#kendra_index_arn ⇒ String
The ARN of the Amazon Kendra index.
6286 6287 6288 6289 6290 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6286 class KendraKnowledgeBaseConfiguration < Struct.new( :kendra_index_arn) SENSITIVE = [] include Aws::Structure end |