AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Wisdom::Assistant

CfnAssistant

Specifies an Amazon Connect Wisdom assistant.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnAssistantProps.

nameRequired
string

The name of the assistant.

typeRequired
string

The type of assistant.

descriptionOptional
string

The description of the assistant.

serverSideEncryptionConfigurationOptional
IResolvable | ServerSideEncryptionConfigurationProperty

The configuration information for the customer managed key used for encryption. The customer managed key must have a policy that allows `kms:CreateGrant` and `kms:DescribeKey` permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom with chat, the key policy must also allow `kms:Decrypt` , `kms:GenerateDataKey*` , and `kms:DescribeKey` permissions to the `connect.amazonaws.com` service principal. For more information about setting up a customer managed key for Wisdom, see [Enable Amazon Connect Wisdom for your instance](https://docs.aws.amazon.com/connect/latest/adminguide/enable-wisdom.html) .

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