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:
String
ParsingPrompt: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:
1
Maximum:
2048
Update requires: No interruption
ParsingPrompt
-
The parsing prompt of the Bedrock foundation model configuration.
Required: No
Type: ParsingPrompt
Update requires: No interruption