AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Connect::User

CfnUser

Specifies a user account for an Amazon Connect instance. For information about how to create user accounts using the Amazon Connect console, see [Add Users](https://docs.aws.amazon.com/connect/latest/adminguide/user-management.html) in the *Amazon Connect Administrator Guide* .

Import

import { CfnUser } from 'aws-cdk-lib/aws-connect';

Or use the module namespace:

import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnUser

Properties

Configuration passed to the constructor as CfnUserProps.

instanceArnRequired
string

The Amazon Resource Name (ARN) of the instance.

routingProfileArnRequired
string

The Amazon Resource Name (ARN) of the user's routing profile.

securityProfileArnsRequired
string[]

The Amazon Resource Name (ARN) of the user's security profile.

usernameRequired
string

The user name assigned to the user account.

afterContactWorkConfigsOptional
IResolvable | IResolvable | AfterContactWorkConfigPerChannelProperty[]

After Contact Work configurations of a user.

autoAcceptConfigsOptional
IResolvable | IResolvable | AutoAcceptConfigProperty[]

Auto-accept configurations of a user.

directoryUserIdOptional
string

The identifier of the user account in the directory used for identity management.

hierarchyGroupArnOptional
string

The Amazon Resource Name (ARN) of the user's hierarchy group.

identityInfoOptional
IResolvable | UserIdentityInfoProperty

Information about the user identity.

passwordOptional
string

The user's password.

persistentConnectionConfigsOptional
IResolvable | IResolvable | PersistentConnectionConfigProperty[]

Persistent Connection configurations of a user.

phoneConfigOptional
IResolvable | UserPhoneConfigProperty

Information about the phone configuration for the user.

phoneNumberConfigsOptional
IResolvable | IResolvable | PhoneNumberConfigProperty[]

Phone Number configurations of a user.

tagsOptional
CfnTag[]

The tags.

userProficienciesOptional
IResolvable | IResolvable | UserProficiencyProperty[]

One or more predefined attributes assigned to a user, with a numeric value that indicates how their level of skill in a specified area.

voiceEnhancementConfigsOptional
IResolvable | IResolvable | VoiceEnhancementConfigProperty[]

Voice Enhancement configurations of a user.

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