AWS::Wisdom::AIAgentDefinition of AWS::Wisdom::AIAgent Resource Type
6 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AssistantId | string | RequiredCreate-only |
Configuration | AIAgentConfiguration | Required |
Type | string | RequiredCreate-only |
Description | string | |
Name | string | Create-only |
Tags | Tags | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AIAgentArn | string | - |
AIAgentId | string | - |
AssistantArn | string | - |
ModifiedTimeSeconds | number | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
wisdom:CreateAIAgentwisdom:TagResourceconnect:ListIntegrationAssociationswisdom:GetAIAgentwisdom:UpdateAIAgentwisdom:DeleteAIAgentwisdom:ListAIAgentsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAIAgentIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
AssistantIdNameTagsType