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
BedrockGuardrailConfigurationProperty description not available.
Required: No
Type: BedrockGuardrailConfiguration
Update requires: No interruption
BedrockModelCustomPromptProperty description not available.
Required: No
Type: String
Minimum:
1Maximum:
5000Update requires: No interruption
BedrockTraceStatusProperty description not available.
Required: No
Type: String
Allowed values:
ENABLED | DISABLEDUpdate 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