:doc:`UserNotifications <../../notifications>` / Client / associate_channel

*****************
associate_channel
*****************



.. py:method:: UserNotifications.Client.associate_channel(**kwargs)

  

  Associates a delivery `Channel <https://docs.aws.amazon.com/notifications/latest/userguide/managing-delivery-channels.html>`__ with a particular ``NotificationConfiguration``. Supported Channels include Amazon Q Developer in chat applications, the Console Mobile Application, and emails (notifications-contacts).

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/notifications-2018-05-10/AssociateChannel>`_  


  **Request Syntax**
  ::

    response = client.associate_channel(
        arn='string',
        notificationConfigurationArn='string'
    )
    
  :type arn: string
  :param arn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the Channel to associate with the ``NotificationConfiguration``.

     

    Supported ARNs include Amazon Q Developer in chat applications, the Console Mobile Application, and notifications-contacts.

    

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

    The ARN of the ``NotificationConfiguration`` to associate with the Channel.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`UserNotifications.Client.exceptions.ServiceQuotaExceededException`

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

  
  *   :py:class:`UserNotifications.Client.exceptions.ValidationException`

  
  *   :py:class:`UserNotifications.Client.exceptions.InternalServerException`

  
  *   :py:class:`UserNotifications.Client.exceptions.ConflictException`

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

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

  