:doc:`ManagedintegrationsforIoTDeviceManagement <../../iot-managed-integrations>` / Client / get_event_log_configuration

***************************
get_event_log_configuration
***************************



.. py:method:: ManagedintegrationsforIoTDeviceManagement.Client.get_event_log_configuration(**kwargs)

  

  Get an event log configuration.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iot-managed-integrations-2025-03-03/GetEventLogConfiguration>`_  


  **Request Syntax**
  ::

    response = client.get_event_log_configuration(
        Id='string'
    )
    
  :type Id: string
  :param Id: **[REQUIRED]** 

    The identifier of the event log configuration.

    

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

    
    ::

      {
          'Id': 'string',
          'ResourceType': 'string',
          'ResourceId': 'string',
          'EventLogLevel': 'DEBUG'|'ERROR'|'INFO'|'WARN'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Id** *(string) --* 

        The identifier of the event log configuration.

        
      

      - **ResourceType** *(string) --* 

        The type of resource for the event log configuration.

        
      

      - **ResourceId** *(string) --* 

        The identifier of the resource for the event log configuration.

        
      

      - **EventLogLevel** *(string) --* 

        The logging level for the event log configuration.

        
  
  **Exceptions**
  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.AccessDeniedException`

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

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

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

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

  