AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Wisdom::AIAgent

CfnAIAgent

Creates an Amazon Q in Connect AI Agent.

Import

import { CfnAIAgent } from 'aws-cdk-lib/aws-wisdom';

Or use the module namespace:

import * as wisdom from 'aws-cdk-lib/aws-wisdom';
// wisdom.CfnAIAgent

Properties

Configuration passed to the constructor as CfnAIAgentProps.

assistantIdRequired
string

The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.

configurationRequired
IResolvable | AIAgentConfigurationProperty

Configuration for the AI Agent.

typeRequired
string

The type of the AI Agent.

descriptionOptional
string

The description of the AI Agent.

nameOptional
string

The name of the AI Agent.

tagsOptional
{ [key: string]: string }

The tags used to organize, track, or control access for this resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

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

Subscribe to Newsletter