Values.ExternalBedrockKnowledgeBaseConfigSourceConfiguration for an external Bedrock knowledge base.
type nonrec t = {bedrockKnowledgeBaseArn : BedrockKnowledgeBaseArn.t;The Amazon Resource Name (ARN) of the external Bedrock knowledge base.
*)accessRoleArn : AccessRoleArn.t;The Amazon Resource Name (ARN) of the IAM role used to access the external Bedrock knowledge base.
*)}val make :
bedrockKnowledgeBaseArn:BedrockKnowledgeBaseArn.t ->
accessRoleArn:AccessRoleArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of BedrockKnowledgeBaseArn.t ]) list ]