paws.management (version 0.1.0)

configservice_delete_configuration_recorder: Deletes the configuration recorder

Description

Deletes the 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 DescribeConfigurationRecorders action.

Request syntax

svc$delete_configuration_recorder(
  ConfigurationRecorderName = "string"
)

Details

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.