AWS Fundamentals Logo
AWS Fundamentals
AWS::Wisdom::AIAgent

Wisdom AIAgent

Definition of AWS::Wisdom::AIAgent Resource Type

Properties

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

Filter:
PropertyTypeFlags
AssistantId
string
RequiredCreate-only
Configuration
AIAgentConfiguration
Required
Type
string
RequiredCreate-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
AIAgentArnstring-
AIAgentIdstring-
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::AIAgent

Resources:
  MyResource:
    Type: AWS::Wisdom::AIAgent
    Properties:
      AssistantId: "my-assistantid"
      Configuration: "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:CreateAIAgentwisdom:TagResourceconnect:ListIntegrationAssociations

read

wisdom:GetAIAgent

update

wisdom:UpdateAIAgent

delete

wisdom:DeleteAIAgent

list

wisdom:ListAIAgents

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
Properties10
Required3
TaggingSupported
Primary IDAIAgentId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

AssistantIdNameTagsType

External Links