Skip to content

Delete Configuration Recorder

configservice_delete_configuration_recorder R Documentation

Deletes the configuration recorder

Description

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 get_resource_config_history action, but you will not be able to access this information in the Config console until you create a new configuration recorder.

Usage

configservice_delete_configuration_recorder(ConfigurationRecorderName)

Arguments

ConfigurationRecorderName

[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.

Value

An empty list.

Request syntax

svc$delete_configuration_recorder(
  ConfigurationRecorderName = "string"
)