AWS Config

2016/07/07 - AWS Config - 1 new api methods

DeleteConfigurationRecorder (new) Link ΒΆ

Deletes the configuration recorder.

After the configuration recorder is deleted, AWS 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 AWS Config console until you create a new configuration recorder.

Request Syntax

client.delete_configuration_recorder(
    ConfigurationRecorderName='string'
)
type ConfigurationRecorderName

string

param ConfigurationRecorderName

[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