AWS::Wisdom::KnowledgeBase BedrockFoundationModelConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::KnowledgeBase BedrockFoundationModelConfiguration

The configuration of the Bedrock foundation model.

Syntax

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

JSON

{ "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