AWS::Wisdom::AIPromptVersion - 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).

AWS::Wisdom::AIPromptVersion

Creates an Amazon Q in Connect AI Prompt version.

Syntax

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

JSON

{ "Type" : "AWS::Wisdom::AIPromptVersion", "Properties" : { "AIPromptId" : String, "AssistantId" : String, "ModifiedTimeSeconds" : Number } }

YAML

Type: AWS::Wisdom::AIPromptVersion Properties: AIPromptId: String AssistantId: String ModifiedTimeSeconds: Number

Properties

AIPromptId

The identifier of the Amazon Q in Connect AI prompt.

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}$

Update requires: Replacement

AssistantId

The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.

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}$

Update requires: Replacement

ModifiedTimeSeconds

The time the AI Prompt version was last modified in seconds.

Required: No

Type: Number

Update requires: Replacement

Return values

Ref

Fn::GetAtt

AIPromptArn

The ARN of the AI prompt.

AIPromptVersionId

Property description not available.

AssistantArn

Property description not available.

VersionNumber

The version number for this AI Prompt version.