Amazon Config · JSON Structure

Config Delete Configuration Recorder Request Structure

The request object for the DeleteConfigurationRecorder action.

Type: object Properties: 1 Required: 1
AuditingComplianceConfiguration ManagementGovernanceSecurity

DeleteConfigurationRecorderRequest is a JSON Structure definition published by Amazon Config, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ConfigurationRecorderName

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-delete-configuration-recorder-request-structure.json",
  "name": "DeleteConfigurationRecorderRequest",
  "description": "The request object for the <code>DeleteConfigurationRecorder</code> action.",
  "type": "object",
  "properties": {
    "ConfigurationRecorderName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RecorderName"
        },
        {
          "description": "The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the <code>DescribeConfigurationRecorders</code> action."
        }
      ]
    }
  },
  "required": [
    "ConfigurationRecorderName"
  ]
}