:doc:`Connect <../../connect>` / Client / associate_queue_quick_connects

******************************
associate_queue_quick_connects
******************************



.. py:method:: Connect.Client.associate_queue_quick_connects(**kwargs)

  

  Associates a set of quick connects with a queue.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AssociateQueueQuickConnects>`_  


  **Request Syntax**
  ::

    response = client.associate_queue_quick_connects(
        InstanceId='string',
        QueueId='string',
        QuickConnectIds=[
            'string',
        ]
    )
    
  :type InstanceId: string
  :param InstanceId: **[REQUIRED]** 

    The identifier of the Amazon Connect instance. You can `find the instance ID <https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html>`__ in the Amazon Resource Name (ARN) of the instance.

    

  
  :type QueueId: string
  :param QueueId: **[REQUIRED]** 

    The identifier for the queue.

    

  
  :type QuickConnectIds: list
  :param QuickConnectIds: **[REQUIRED]** 

    The quick connects to associate with this queue.

    

  
    - *(string) --* 

    

  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Connect.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`Connect.Client.exceptions.InvalidParameterException`

  
  *   :py:class:`Connect.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Connect.Client.exceptions.LimitExceededException`

  
  *   :py:class:`Connect.Client.exceptions.ThrottlingException`

  
  *   :py:class:`Connect.Client.exceptions.InternalServiceException`

  