Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_configuration_recorder

delete_configuration_recorder(**kwargs)

Deletes the configuration recorder.

After the configuration recorder is deleted, Config will not record resource configuration changes until you create a new configuration recorder.

This action does not delete the configuration information that was previously recorded. You will be able to access the previously recorded information by using the GetResourceConfigHistory action, but you will not be able to access this information in the Config console until you create a new configuration recorder.

See also: AWS API Documentation

Request Syntax

response = client.delete_configuration_recorder(
    ConfigurationRecorderName='string'
)
Parameters
ConfigurationRecorderName (string) --

[REQUIRED]

The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.

Returns
None

Exceptions

  • ConfigService.Client.exceptions.NoSuchConfigurationRecorderException