AWS::Connect::UserResource Type definition for AWS::Connect::User
16 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
InstanceArn | string | Required |
RoutingProfileArn | string | Required |
SecurityProfileArns | Array<string> | Required |
Username | string | Required |
AfterContactWorkConfigs | Array<AfterContactWorkConfigPerChannel> | |
AutoAcceptConfigs | Array<AutoAcceptConfig> | |
DirectoryUserId | string | |
HierarchyGroupArn | string | |
IdentityInfo | UserIdentityInfo | |
Password | string | Write-only |
PersistentConnectionConfigs | Array<PersistentConnectionConfig> | |
PhoneConfig | UserPhoneConfig | |
PhoneNumberConfigs | Array<PhoneNumberConfig> | |
Tags | Array<Tag> | |
UserProficiencies | Array<UserProficiency> | |
VoiceEnhancementConfigs | Array<VoiceEnhancementConfig> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
UserArn | string | The Amazon Resource Name (ARN) for the user. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Connect::User
Resources:
MyResource:
Type: AWS::Connect::User
Properties:
InstanceArn: "arn:aws:service:region:account:resource"
RoutingProfileArn: "arn:aws:service:region:account:resource"
SecurityProfileArns: "arn:aws:service:region:account:resource"
Username: "my-username"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
connect:CreateUserconnect:TagResourceconnect:AssociateUserProficienciesconnect:DescribeUserconnect:ListUserProficienciesconnect:DeleteUserconnect:UntagResourceconnect:UpdateUserIdentityInfoconnect:UpdateUserPhoneConfigconnect:UpdateUserRoutingProfileconnect:UpdateUserSecurityProfilesconnect:UpdateUserHierarchyconnect:TagResourceconnect:UntagResourceconnect:AssociateUserProficienciesconnect:ListUsersOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterUserArn