Class: Aws::QConnect::Types::ExternalBedrockKnowledgeBaseConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ExternalBedrockKnowledgeBaseConfig
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Configuration for an external Bedrock knowledge base.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role used to access the external Bedrock knowledge base.
-
#bedrock_knowledge_base_arn ⇒ String
The Amazon Resource Name (ARN) of the external Bedrock knowledge base.
Instance Attribute Details
#access_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role used to access the external Bedrock knowledge base.
4645 4646 4647 4648 4649 4650 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4645 class ExternalBedrockKnowledgeBaseConfig < Struct.new( :bedrock_knowledge_base_arn, :access_role_arn) SENSITIVE = [] include Aws::Structure end |
#bedrock_knowledge_base_arn ⇒ String
The Amazon Resource Name (ARN) of the external Bedrock knowledge base.
4645 4646 4647 4648 4649 4650 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4645 class ExternalBedrockKnowledgeBaseConfig < Struct.new( :bedrock_knowledge_base_arn, :access_role_arn) SENSITIVE = [] include Aws::Structure end |