Amazon Config · JSON Structure

Config Describe Configuration Recorder Status Response Structure

The output for the DescribeConfigurationRecorderStatus action, in JSON format.

Type: object Properties: 1
AuditingComplianceConfiguration ManagementGovernanceSecurity

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

Properties

ConfigurationRecordersStatus

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-describe-configuration-recorder-status-response-structure.json",
  "name": "DescribeConfigurationRecorderStatusResponse",
  "description": "The output for the <a>DescribeConfigurationRecorderStatus</a> action, in JSON format.",
  "type": "object",
  "properties": {
    "ConfigurationRecordersStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConfigurationRecorderStatusList"
        },
        {
          "description": "A list that contains status of the specified recorders."
        }
      ]
    }
  }
}