AWS Fundamentals Logo
AWS Fundamentals
AWS::Wisdom::AIPromptVersion

Wisdom AIPromptVersion

Definition of AWS::Wisdom::AIPromptVersion Resource Type

Properties

3 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
AIPromptId
string
RequiredCreate-only
AssistantId
string
RequiredCreate-only
ModifiedTimeSeconds
number
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
AIPromptArnstring-
AIPromptVersionIdstring-
AssistantArnstring-
VersionNumbernumber-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Wisdom::AIPromptVersion

Resources:
  MyResource:
    Type: AWS::Wisdom::AIPromptVersion
    Properties:
      AssistantId: "my-assistantid"
      AIPromptId: "my-aipromptid"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

wisdom:CreateAIPromptVersion

read

wisdom:GetAIPromptwisdom:GetAIPromptVersion

update

wisdom:GetAIPromptwisdom:GetAIPromptVersion

delete

wisdom:DeleteAIPromptVersion

list

wisdom:ListAIPromptVersions

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceWisdom
Properties7
Required2
TaggingNot supported
Primary IDAssistantId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

AssistantIdAIPromptIdModifiedTimeSeconds

External Links