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

************************
get_firewall_domain_list
************************



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

  

  Retrieves information about a firewall domain list.

  

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


  **Request Syntax**
  ::

    response = client.get_firewall_domain_list(
        firewallDomainListId='string'
    )
    
  :type firewallDomainListId: string
  :param firewallDomainListId: **[REQUIRED]** 

    ID of the domain list.

    

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

    
    ::

      {
          'arn': 'string',
          'globalResolverId': 'string',
          'clientToken': 'string',
          'createdAt': datetime(2015, 1, 1),
          'description': 'string',
          'domainCount': 123,
          'id': 'string',
          'name': 'string',
          'status': 'CREATING'|'OPERATIONAL'|'UPDATING'|'DELETING',
          'statusMessage': 'string',
          'updatedAt': datetime(2015, 1, 1)
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **arn** *(string) --* 

        Amazon Resource Name (ARN) of the domain list.

        
      

      - **globalResolverId** *(string) --* 

        ID of the Global Resolver that the domain list is associated to.

        
      

      - **clientToken** *(string) --* 

        A unique, case-sensitive identifier to ensure idempotency. This means that making the same request multiple times with the same ``clientToken`` has the same result every time.

        
      

      - **createdAt** *(datetime) --* 

        The time and date the domain list was created.

        
      

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

        The description of the domain list.

        
      

      - **domainCount** *(integer) --* 

        Number of domains in the domain list.

        
      

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

        ID of the domain list.

        
      

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

        Name of the domain list.

        
      

      - **status** *(string) --* 

        Operational status of the domain list.

        
      

      - **statusMessage** *(string) --* 

        Additional information about the status of the domain list.

        
      

      - **updatedAt** *(datetime) --* 

        The date and time the domain list was updated.

        
  
  **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`

  