AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Wisdom::AssistantAssociation

CfnAssistantAssociation

Specifies 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

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnAssistantAssociationProps.

assistantIdRequired
string

The identifier of the Wisdom assistant.

associationRequired
IResolvable | AssociationDataProperty

The identifier of the associated resource.

associationTypeRequired
string

The type of association.

tagsOptional
CfnTag[]

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