AWS::Bedrock::PromptVersion PromptTemplateConfiguration
Contains the message for a prompt. For more information, see Construct and store reusable prompts with Prompt management in Amazon Bedrock.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Chat" :
ChatPromptTemplateConfiguration
, "Text" :TextPromptTemplateConfiguration
}
Properties
Chat
-
Contains configurations to use the prompt in a conversational format.
Required: No
Type: ChatPromptTemplateConfiguration
Update requires: No interruption
Text
-
Contains configurations for the text in a message for a prompt.
Required: No
Type: TextPromptTemplateConfiguration
Update requires: No interruption