Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-connect-user.json
Parent schema serverless-framework-configuration
Type: object

Resource Type definition for AWS::Connect::User. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-connect

Properties

InstanceArn string | Aws_CF_FunctionString required

The identifier of the Amazon Connect instance.

Username string | Aws_CF_FunctionString required

The user name for the account.

RoutingProfileArn string | Aws_CF_FunctionString required

The identifier of the routing profile for the user.

PhoneConfig object required

Contains information about the phone configuration settings for a user.

4 nested properties
PhoneType string | Aws_CF_FunctionString required

The phone type.

AfterContactWorkTimeLimit integer

The After Call Work (ACW) timeout setting, in seconds.

min=0
AutoAccept boolean

The Auto accept setting.

DeskPhoneNumber string | Aws_CF_FunctionString

The phone number for the user's desk phone.

SecurityProfileArns SecurityProfileArn[] required

One or more security profile arns for the user

minItems=1maxItems=10uniqueItems=true
DirectoryUserId string | Aws_CF_FunctionString

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

HierarchyGroupArn string | Aws_CF_FunctionString

The identifier of the hierarchy group for the user.

Password string | Aws_CF_FunctionString

The password for the user account. A password is required if you are using Amazon Connect for identity management. Otherwise, it is an error to include a password.

IdentityInfo object

Contains information about the identity of a user.

5 nested properties
FirstName string | Aws_CF_FunctionString

The first name. This is required if you are using Amazon Connect or SAML for identity management.

LastName string | Aws_CF_FunctionString

The last name. This is required if you are using Amazon Connect or SAML for identity management.

Email string | Aws_CF_FunctionString

The email address. If you are using SAML for identity management and include this parameter, an error is returned.

SecondaryEmail string | Aws_CF_FunctionString

The secondary email address. If you provide a secondary email, the user receives email notifications -- other than password reset notifications -- to this email address instead of to their primary email address.

Mobile string | Aws_CF_FunctionString

The mobile phone number.

Tags Tag[]

One or more tags.

maxItems=50uniqueItems=true

Definitions

FirstName string | Aws_CF_FunctionString

The first name. This is required if you are using Amazon Connect or SAML for identity management.

LastName string | Aws_CF_FunctionString

The last name. This is required if you are using Amazon Connect or SAML for identity management.

Email string | Aws_CF_FunctionString

The email address. If you are using SAML for identity management and include this parameter, an error is returned.

SecondaryEmail string | Aws_CF_FunctionString

The secondary email address. If you provide a secondary email, the user receives email notifications -- other than password reset notifications -- to this email address instead of to their primary email address.

Mobile string | Aws_CF_FunctionString

The mobile phone number.

SecurityProfileArn string | Aws_CF_FunctionString

The identifier of the security profile for the user.

AfterContactWorkTimeLimit integer

The After Call Work (ACW) timeout setting, in seconds.

AutoAccept boolean

The Auto accept setting.

DeskPhoneNumber string | Aws_CF_FunctionString

The phone number for the user's desk phone.

PhoneType string | Aws_CF_FunctionString

The phone type.

UserIdentityInfo object

Contains information about the identity of a user.

FirstName string | Aws_CF_FunctionString

The first name. This is required if you are using Amazon Connect or SAML for identity management.

LastName string | Aws_CF_FunctionString

The last name. This is required if you are using Amazon Connect or SAML for identity management.

Email string | Aws_CF_FunctionString

The email address. If you are using SAML for identity management and include this parameter, an error is returned.

SecondaryEmail string | Aws_CF_FunctionString

The secondary email address. If you provide a secondary email, the user receives email notifications -- other than password reset notifications -- to this email address instead of to their primary email address.

Mobile string | Aws_CF_FunctionString

The mobile phone number.

UserPhoneConfig object

Contains information about the phone configuration settings for a user.

PhoneType string | Aws_CF_FunctionString required

The phone type.

AfterContactWorkTimeLimit integer

The After Call Work (ACW) timeout setting, in seconds.

min=0
AutoAccept boolean

The Auto accept setting.

DeskPhoneNumber string | Aws_CF_FunctionString

The phone number for the user's desk phone.

Tag object

A key-value pair to associate with a resource.

Key string | Aws_CF_FunctionString required

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Value string | Aws_CF_FunctionString required

The value for the tag. You can specify a value that is maximum of 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.