Skip to content

Delete Configuration Recorder

configservice_delete_configuration_recorder R Documentation

Deletes the customer managed configuration recorder

Description

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

Usage

configservice_delete_configuration_recorder(ConfigurationRecorderName)

Arguments

ConfigurationRecorderName

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

Value

An empty list.

Request syntax

svc$delete_configuration_recorder(
  ConfigurationRecorderName = "string"
)