AWS::Wisdom::AIAgentCreates an Amazon Q in Connect AI Agent.
import { CfnAIAgent } from 'aws-cdk-lib/aws-wisdom';Or use the module namespace:
import * as wisdom from 'aws-cdk-lib/aws-wisdom';
// wisdom.CfnAIAgentConfiguration passed to the constructor as CfnAIAgentProps.
assistantIdRequiredstringThe identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
configurationRequiredIResolvable | AIAgentConfigurationPropertyConfiguration for the AI Agent.
typeRequiredstringThe type of the AI Agent.
descriptionOptionalstringThe description of the AI Agent.
nameOptionalstringThe name of the AI Agent.
tagsOptional{ [key: string]: string }The tags used to organize, track, or control access for this resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-wisdomAWS::Wisdom::AIAgent