Amazon Config · JSON Structure

Config Stop Configuration Recorder Request Structure

The input for the StopConfigurationRecorder action.

Type: object Properties: 1 Required: 1
AuditingComplianceConfiguration ManagementGovernanceSecurity

StopConfigurationRecorderRequest 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-stop-configuration-recorder-request-structure.json",
  "name": "StopConfigurationRecorderRequest",
  "description": "The input for the <a>StopConfigurationRecorder</a> action.",
  "type": "object",
  "properties": {
    "ConfigurationRecorderName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RecorderName"
        },
        {
          "description": "The name of the recorder object that records each configuration change made to the resources."
        }
      ]
    }
  },
  "required": [
    "ConfigurationRecorderName"
  ]
}