ConfigService / Client / delete_configuration_recorder

delete_configuration_recorder#

ConfigService.Client.delete_configuration_recorder(**kwargs)#

Deletes the customer managed configuration recorder.

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

See also: AWS API Documentation

Request Syntax

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

ConfigurationRecorderName (string) –

[REQUIRED]

The name of the customer managed configuration recorder that you want to delete. You can retrieve the name of your configuration recorders by using the DescribeConfigurationRecorders operation.

Returns:

None

Exceptions

  • ConfigService.Client.exceptions.NoSuchConfigurationRecorderException

  • ConfigService.Client.exceptions.UnmodifiableEntityException