AWS::Connect::User UserPhoneConfig
Contains information about the phone configuration settings for a user.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AfterContactWorkTimeLimit" :Integer, "AutoAccept" :Boolean, "DeskPhoneNumber" :String, "PhoneType" :String}
YAML
AfterContactWorkTimeLimit:IntegerAutoAccept:BooleanDeskPhoneNumber:StringPhoneType:String
Properties
AfterContactWorkTimeLimit-
The After Call Work (ACW) timeout setting, in seconds.
Note
When returned by a
SearchUserscall,AfterContactWorkTimeLimitis returned in milliseconds.Required: No
Type: Integer
Minimum:
0Update requires: No interruption
AutoAccept-
The Auto accept setting.
Required: No
Type: Boolean
Update requires: No interruption
DeskPhoneNumber-
The phone number for the user's desk phone.
Required: No
Type: String
Pattern:
\\+[1-9]\\d{1,14}$Update requires: No interruption
PhoneType-
The phone type.
Required: Yes
Type: String
Allowed values:
DESK_PHONE | SOFT_PHONEUpdate requires: No interruption