This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
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, "PersistentConnection" :Boolean, "PhoneType" :String}
YAML
AfterContactWorkTimeLimit:IntegerAutoAccept:BooleanDeskPhoneNumber:StringPersistentConnection:BooleanPhoneType:String
Properties
- AfterContactWorkTimeLimit
- 
                    The After Call Work (ACW) timeout setting, in seconds. This parameter has a minimum value of 0 and a maximum value of 2,000,000 seconds (24 days). Enter 0 if you don't want to allocate a specific amount of ACW time. It essentially means an indefinite amount of time. When the conversation ends, ACW starts; the agent must choose Close contact to end ACW. NoteWhen 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 
- PersistentConnection
- 
                    The persistent connection setting for the user. Required: No Type: Boolean Update requires: No interruption 
- PhoneType
- 
                    The phone type. Required: Yes Type: String Allowed values: SOFT_PHONE | DESK_PHONEUpdate requires: No interruption