:doc:`Route53GlobalResolver <../../route53globalresolver>` / Client / get_managed_firewall_domain_list

********************************
get_managed_firewall_domain_list
********************************



.. py:method:: Route53GlobalResolver.Client.get_managed_firewall_domain_list(**kwargs)

  

  Retrieves information about an AWS-managed firewall domain list. Managed domain lists contain domains associated with malicious activity, content categories, or specific threats.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/route53globalresolver-2022-09-27/GetManagedFirewallDomainList>`_  


  **Request Syntax**
  ::

    response = client.get_managed_firewall_domain_list(
        managedFirewallDomainListId='string'
    )
    
  :type managedFirewallDomainListId: string
  :param managedFirewallDomainListId: **[REQUIRED]** 

    ID of the Managed Domain List.

    

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

    
    ::

      {
          'description': 'string',
          'id': 'string',
          'name': 'string',
          'managedListType': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **description** *(string) --* 

        Description of the Managed Domain List.

        
      

      - **id** *(string) --* 

        ID of the Managed Domain List.

        
      

      - **name** *(string) --* 

        Name of the Managed Domain List.

        
      

      - **managedListType** *(string) --* 

        Type of the managed category. This is either ``THREAT`` or ``CONTENT``.

        
  
  **Exceptions**
  
  *   :py:class:`Route53GlobalResolver.Client.exceptions.InternalServerException`

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

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

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

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

  