AWS::Wisdom::AIPromptVersionDefinition of AWS::Wisdom::AIPromptVersion Resource Type
3 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AIPromptId | string | RequiredCreate-only |
AssistantId | string | RequiredCreate-only |
ModifiedTimeSeconds | number | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AIPromptArn | string | - |
AIPromptVersionId | string | - |
AssistantArn | string | - |
VersionNumber | number | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Wisdom::AIPromptVersion
Resources:
MyResource:
Type: AWS::Wisdom::AIPromptVersion
Properties:
AssistantId: "my-assistantid"
AIPromptId: "my-aipromptid"Permissions CloudFormation needs in your IAM role to manage this resource.
wisdom:CreateAIPromptVersionwisdom:GetAIPromptwisdom:GetAIPromptVersionwisdom:GetAIPromptwisdom:GetAIPromptVersionwisdom:DeleteAIPromptVersionwisdom:ListAIPromptVersionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAssistantIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
AssistantIdAIPromptIdModifiedTimeSeconds