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::Lex::Bot BedrockModelSpecification
Contains information about the Amazon Bedrock model used to interpret the prompt used in descriptive bot building.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BedrockGuardrailConfiguration" :BedrockGuardrailConfiguration, "BedrockModelCustomPrompt" :String, "BedrockTraceStatus" :String, "ModelArn" :String}
YAML
BedrockGuardrailConfiguration:BedrockGuardrailConfigurationBedrockModelCustomPrompt:StringBedrockTraceStatus:StringModelArn:String
Properties
- BedrockGuardrailConfiguration
- Property description not available. - Required: No - Type: BedrockGuardrailConfiguration - Update requires: No interruption 
- BedrockModelCustomPrompt
- Property description not available. - Required: No - Type: String - Minimum: - 1- Maximum: - 5000- Update requires: No interruption 
- BedrockTraceStatus
- Property description not available. - Required: No - Type: String - Allowed values: - ENABLED | DISABLED- Update requires: No interruption 
- ModelArn
- 
                    The ARN of the foundation model used in descriptive bot building. Required: Yes Type: String Minimum: 1Maximum: 5000Update requires: No interruption