AWS::Wisdom::AssistantAssociation ExternalBedrockKnowledgeBaseConfig - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Wisdom::AssistantAssociation ExternalBedrockKnowledgeBaseConfig

Configuration for an external Bedrock knowledge base.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "AccessRoleArn" : String, "BedrockKnowledgeBaseArn" : String }

Properties

AccessRoleArn

The Amazon Resource Name (ARN) of the IAM role used to access the external Bedrock knowledge base.

Required: Yes

Type: String

Pattern: ^arn:aws:iam::[0-9]{12}:role/(?:service-role/)?[a-zA-Z0-9_+=,.@-]{1,64}$

Update requires: Replacement

BedrockKnowledgeBaseArn

The Amazon Resource Name (ARN) of the external Bedrock knowledge base.

Required: Yes

Type: String

Pattern: ^arn:aws(|-cn|-us-gov):bedrock:[a-zA-Z0-9-]*:[0-9]{12}:knowledge-base/[0-9a-zA-Z]+$

Update requires: Replacement