# AWS::Connect::QuickConnect UserQuickConnectConfig The user configuration. This is required only if QuickConnectType is USER. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "ContactFlowArn" : String,
    "UserArn" : String
}
### YAML
ContactFlowArn: String
UserArn: String
## Properties #### ContactFlowArn The identifier of the contact flow. _Required_: Yes _Type_: String _Pattern_: ^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*/contact-flow/[-a-zA-Z0-9]*$ _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### UserArn The identifier of the user. _Required_: Yes _Type_: String _Pattern_: ^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*/agent/[-a-zA-Z0-9]*$ _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)