:doc:`Macie2 <../../macie2>` / Client / list_findings_filters

*********************
list_findings_filters
*********************



.. py:method:: Macie2.Client.list_findings_filters(**kwargs)

  

  Retrieves a subset of information about all the findings filters for an account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListFindingsFilters>`_  


  **Request Syntax**
  ::

    response = client.list_findings_filters(
        maxResults=123,
        nextToken='string'
    )
    
  :type maxResults: integer
  :param maxResults: 

    The maximum number of items to include in each page of a paginated response.

    

  
  :type nextToken: string
  :param nextToken: 

    The nextToken string that specifies which page of results to return in a paginated response.

    

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

    
    ::

      {
          'findingsFilterListItems': [
              {
                  'action': 'ARCHIVE'|'NOOP',
                  'arn': 'string',
                  'id': 'string',
                  'name': 'string',
                  'tags': {
                      'string': 'string'
                  }
              },
          ],
          'nextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 

      The request succeeded.

      
      

      - **findingsFilterListItems** *(list) --* 

        An array of objects, one for each filter that's associated with the account.

        
        

        - *(dict) --* 

          Provides information about a findings filter.

          
          

          - **action** *(string) --* 

            The action that's performed on findings that match the filter criteria. Possible values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.

            
          

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

            The Amazon Resource Name (ARN) of the filter.

            
          

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

            The unique identifier for the filter.

            
          

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

            The custom name of the filter.

            
          

          - **tags** *(dict) --* 

            A map of key-value pairs that specifies which tags (keys and values) are associated with the filter.

            
            

            - *(string) --* 
              

              - *(string) --* 
        
      
      
    
      

      - **nextToken** *(string) --* 

        The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

        
  
  **Exceptions**
  
  *   :py:class:`Macie2.Client.exceptions.ValidationException`

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

  
  *   :py:class:`Macie2.Client.exceptions.ServiceQuotaExceededException`

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

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

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

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

  