AWS::Connect::UserSpecifies 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 { CfnUser } from 'aws-cdk-lib/aws-connect';Or use the module namespace:
import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnUserConfiguration passed to the constructor as CfnUserProps.
instanceArnRequiredstringThe Amazon Resource Name (ARN) of the instance.
routingProfileArnRequiredstringThe Amazon Resource Name (ARN) of the user's routing profile.
securityProfileArnsRequiredstring[]The Amazon Resource Name (ARN) of the user's security profile.
usernameRequiredstringThe user name assigned to the user account.
afterContactWorkConfigsOptionalIResolvable | IResolvable | AfterContactWorkConfigPerChannelProperty[]After Contact Work configurations of a user.
autoAcceptConfigsOptionalIResolvable | IResolvable | AutoAcceptConfigProperty[]Auto-accept configurations of a user.
directoryUserIdOptionalstringThe identifier of the user account in the directory used for identity management.
hierarchyGroupArnOptionalstringThe Amazon Resource Name (ARN) of the user's hierarchy group.
identityInfoOptionalIResolvable | UserIdentityInfoPropertyInformation about the user identity.
passwordOptionalstringThe user's password.
persistentConnectionConfigsOptionalIResolvable | IResolvable | PersistentConnectionConfigProperty[]Persistent Connection configurations of a user.
phoneConfigOptionalIResolvable | UserPhoneConfigPropertyInformation about the phone configuration for the user.
phoneNumberConfigsOptionalIResolvable | IResolvable | PhoneNumberConfigProperty[]Phone Number configurations of a user.
tagsOptionalCfnTag[]The tags.
userProficienciesOptionalIResolvable | 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.
voiceEnhancementConfigsOptionalIResolvable | IResolvable | VoiceEnhancementConfigProperty[]Voice Enhancement configurations of a user.
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-connectAWS::Connect::User