:doc:`FMS <../../fms>` / Client / get_notification_channel

************************
get_notification_channel
************************



.. py:method:: FMS.Client.get_notification_channel()

  

  Information about the Amazon Simple Notification Service (SNS) topic that is used to record Firewall Manager SNS logs.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/fms-2018-01-01/GetNotificationChannel>`_  


  **Request Syntax**
  ::

    response = client.get_notification_channel()
    
    
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'SnsTopicArn': 'string',
          'SnsRoleName': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **SnsTopicArn** *(string) --* 

        The SNS topic that records Firewall Manager activity.

        
      

      - **SnsRoleName** *(string) --* 

        The IAM role that is used by Firewall Manager to record activity to SNS.

        
  
  **Exceptions**
  
  *   :py:class:`FMS.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`FMS.Client.exceptions.InvalidOperationException`

  
  *   :py:class:`FMS.Client.exceptions.InternalErrorException`

  