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

****************************
list_custom_data_identifiers
****************************



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

  

  Retrieves a subset of information about the custom data identifiers for an account.

  

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


  **Request Syntax**
  ::

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

    The maximum number of items to include in each page of the 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**

    
    ::

      {
          'items': [
              {
                  'arn': 'string',
                  'createdAt': datetime(2015, 1, 1),
                  'description': 'string',
                  'id': 'string',
                  'name': 'string'
              },
          ],
          'nextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 

      The request succeeded.

      
      

      - **items** *(list) --* 

        An array of objects, one for each custom data identifier.

        
        

        - *(dict) --* 

          Provides information about a custom data identifier.

          
          

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

            The Amazon Resource Name (ARN) of the custom data identifier.

            
          

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

            The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.

            
          

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

            The custom description of the custom data identifier.

            
          

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

            The unique identifier for the custom data identifier.

            
          

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

            The custom name of the custom data identifier.

            
      
    
      

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

  