AWS::Wisdom::AssistantAssociationSpecifies an association between an Amazon Connect Wisdom assistant and another resource. Currently, the only supported association is with a knowledge base. An assistant can have only a single association.
import { CfnAssistantAssociation } from 'aws-cdk-lib/aws-wisdom';Or use the module namespace:
import * as wisdom from 'aws-cdk-lib/aws-wisdom';
// wisdom.CfnAssistantAssociationConfiguration passed to the constructor as CfnAssistantAssociationProps.
assistantIdRequiredstringThe identifier of the Wisdom assistant.
associationRequiredIResolvable | AssociationDataPropertyThe identifier of the associated resource.
associationTypeRequiredstringThe type of association.
tagsOptionalCfnTag[]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::AssistantAssociation