AWS::Wisdom::AIAgent OrchestrationAIAgentConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::Wisdom::AIAgent OrchestrationAIAgentConfiguration

The configuration for AI Agents of type ORCHESTRATION.

Syntax

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

JSON

{ "ConnectInstanceArn" : String, "Locale" : String, "OrchestrationAIGuardrailId" : String, "OrchestrationAIPromptId" : String, "ToolConfigurations" : [ ToolConfiguration, ... ] }

Properties

ConnectInstanceArn

The Amazon Resource Name (ARN) of the Amazon Connect instance used by the Orchestration AI Agent.

Required: No

Type: String

Pattern: ^arn:[a-z-]+?:[a-z-]+?:[a-z0-9-]*?:([0-9]{12})?:[a-zA-Z0-9-:/]+$

Minimum: 1

Maximum: 2048

Update requires: No interruption

Locale

The locale setting for the Orchestration AI Agent.

Required: No

Type: String

Minimum: 1

Update requires: No interruption

OrchestrationAIGuardrailId

The AI Guardrail identifier used by the Orchestration 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

OrchestrationAIPromptId

The AI Prompt identifier used by the Orchestration AI Agent.

Required: Yes

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

ToolConfigurations

The tool configurations used by the Orchestration AI Agent.

Required: No

Type: Array of ToolConfiguration

Update requires: No interruption