AWS::Wisdom::AIPromptVersionCreates an Amazon Q in Connect AI Prompt version.
import { CfnAIPromptVersion } from 'aws-cdk-lib/aws-wisdom';Or use the module namespace:
import * as wisdom from 'aws-cdk-lib/aws-wisdom';
// wisdom.CfnAIPromptVersionConfiguration passed to the constructor as CfnAIPromptVersionProps.
aiPromptIdRequiredstringThe identifier of the Amazon Q in Connect AI prompt.
assistantIdRequiredstringThe identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
modifiedTimeSecondsOptionalnumberThe time the AI Prompt version was last modified in seconds.
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::AIPromptVersion