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::AIAgent NoteTakingAIAgentConfiguration
The configuration for AI Agents of type NOTE_TAKING.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Locale" :String, "NoteTakingAIGuardrailId" :String, "NoteTakingAIPromptId" :String}
YAML
Locale:StringNoteTakingAIGuardrailId:StringNoteTakingAIPromptId:String
Properties
Locale-
The locale setting for language-specific case summarization generation (for example, en_US, es_ES).
Required: No
Type: String
Minimum:
1Update requires: No interruption
NoteTakingAIGuardrailId-
The AI Guardrail identifier used by the Note Taking AI Agent.
Required: No
Type: String
Pattern:
^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$Update requires: No interruption
NoteTakingAIPromptId-
The AI Prompt identifier used by the Note Taking AI Agent.
Required: No
Type: String
Pattern:
^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$Update requires: No interruption