AWS::Wisdom::AIAgent EmailOverviewAIAgentConfiguration - AWS CloudFormation

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 EmailOverviewAIAgentConfiguration

Configuration settings for the EMAIL_OVERVIEW AI agent including prompt ID and locale settings.

Syntax

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

JSON

{ "EmailOverviewAIPromptId" : String, "Locale" : String }

YAML

EmailOverviewAIPromptId: String Locale: String

Properties

EmailOverviewAIPromptId

The ID of the System AI prompt used for generating structured email conversation summaries.

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

Locale

The locale setting for language-specific email overview processing (for example, en_US, es_ES).

Required: No

Type: String

Minimum: 1

Update requires: No interruption