AWS Fundamentals Logo
AWS Fundamentals
AWS::Wisdom::AIPrompt

Wisdom AIPrompt

Definition of AWS::Wisdom::AIPrompt Resource Type

Properties

9 configurable properties. 5 required. Click a row to see details.

Filter:
PropertyTypeFlags
ApiFormat
string
RequiredCreate-only
ModelId
string
Required
TemplateConfiguration
AIPromptTemplateConfiguration
Required
TemplateType
string
RequiredCreate-only
Type
string
RequiredCreate-only
AssistantId
string
Create-only
Description
string
Name
string
Create-only
Tags
Tags
Create-only

Return Values

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

AttributeTypeDescription
AIPromptArnstring-
AIPromptIdstring-
AssistantArnstring-
ModifiedTimeSecondsnumber-

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::AIPrompt

Resources:
  MyResource:
    Type: AWS::Wisdom::AIPrompt
    Properties:
      ApiFormat: "value"
      ModelId: "my-modelid"
      TemplateConfiguration: "value"
      TemplateType: "value"
      Type: "value"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"
      Name: !Ref "AWS::StackName"

Required IAM Permissions

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

create

wisdom:CreateAIPromptwisdom:TagResource

read

wisdom:GetAIPrompt

update

wisdom:UpdateAIPrompt

delete

wisdom:DeleteAIPrompt

list

wisdom:ListAIPrompts

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
Properties13
Required5
TaggingSupported
Primary IDAIPromptId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

ApiFormatAssistantIdNameTagsTemplateTypeType

External Links