:doc:`ConfigService <../../config>` / Client / stop_configuration_recorder

***************************
stop_configuration_recorder
***************************



.. py:method:: ConfigService.Client.stop_configuration_recorder(**kwargs)

  

  Stops the customer managed configuration recorder. The customer managed configuration recorder will stop recording configuration changes for the resource types you have specified.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/StopConfigurationRecorder>`_  


  **Request Syntax**
  ::

    response = client.stop_configuration_recorder(
        ConfigurationRecorderName='string'
    )
    
  :type ConfigurationRecorderName: string
  :param ConfigurationRecorderName: **[REQUIRED]** 

    The name of the customer managed configuration recorder that you want to stop.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`ConfigService.Client.exceptions.NoSuchConfigurationRecorderException`

  
  *   :py:class:`ConfigService.Client.exceptions.UnmodifiableEntityException`

  