# AWS::Connect::User UserPhoneConfig Contains information about the phone configuration settings for a user. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "AfterContactWorkTimeLimit" : Integer,
    "AutoAccept" : Boolean,
    "DeskPhoneNumber" : String,
    "PhoneType" : String
}
### YAML
AfterContactWorkTimeLimit: Integer
AutoAccept: Boolean
DeskPhoneNumber: String
PhoneType: String
## Properties #### AfterContactWorkTimeLimit The After Call Work (ACW) timeout setting, in seconds. _Required_: No _Type_: Integer _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### AutoAccept The Auto accept setting. _Required_: No _Type_: Boolean _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### DeskPhoneNumber The phone number for the user's desk phone. _Required_: No _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### PhoneType The phone type. _Required_: Yes _Type_: String _Allowed Values_: SOFT_PHONE | DESK_PHONE _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)