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
get_resource_config_history
action, but you will not be able to access this information in the AWS
Config console until you create a new configuration recorder.
configservice_delete_configuration_recorder(ConfigurationRecorderName)
An empty list.
[required] The name of the configuration recorder to be deleted. You can retrieve
the name of your configuration recorder by using the
describe_configuration_recorders
action.
svc$delete_configuration_recorder(
ConfigurationRecorderName = "string"
)