This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Wisdom::KnowledgeBase BedrockFoundationModelConfiguration
The configuration of the Bedrock foundation model.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ModelArn" :String, "ParsingPrompt" :ParsingPrompt}
YAML
ModelArn:StringParsingPrompt:ParsingPrompt
Properties
ModelArn-
The model ARN of the Bedrock foundation model.
Required: Yes
Type: String
Pattern:
^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}::foundation-model\/anthropic.claude-3-haiku-20240307-v1:0$Minimum:
1Maximum:
2048Update requires: No interruption
ParsingPrompt-
The parsing prompt of the Bedrock foundation model configuration.
Required: No
Type: ParsingPrompt
Update requires: No interruption