:doc:`WorkSpaces <../../workspaces>` / Client / create_connect_client_add_in

****************************
create_connect_client_add_in
****************************



.. py:method:: WorkSpaces.Client.create_connect_client_add_in(**kwargs)

  

  Creates a client-add-in for Amazon Connect within a directory. You can create only one Amazon Connect client add-in within a directory.

   

  This client add-in allows WorkSpaces users to seamlessly connect to Amazon Connect.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/CreateConnectClientAddIn>`_  


  **Request Syntax**
  ::

    response = client.create_connect_client_add_in(
        ResourceId='string',
        Name='string',
        URL='string'
    )
    
  :type ResourceId: string
  :param ResourceId: **[REQUIRED]** 

    The directory identifier for which to configure the client add-in.

    

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

    The name of the client add-in.

    

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

    The endpoint URL of the Amazon Connect client add-in.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'AddInId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **AddInId** *(string) --* 

        The client add-in identifier.

        
  
  **Exceptions**
  
  *   :py:class:`WorkSpaces.Client.exceptions.InvalidParameterValuesException`

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

  
  *   :py:class:`WorkSpaces.Client.exceptions.ResourceCreationFailedException`

  
  *   :py:class:`WorkSpaces.Client.exceptions.ResourceAlreadyExistsException`

  
  *   :py:class:`WorkSpaces.Client.exceptions.AccessDeniedException`

  