Amazon Config · JSON Structure

Config Describe Configuration Recorders Response Structure

The output for the DescribeConfigurationRecorders action.

Type: object Properties: 1
AuditingComplianceConfiguration ManagementGovernanceSecurity

DescribeConfigurationRecordersResponse 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

ConfigurationRecorders

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-recorders-response-structure.json",
  "name": "DescribeConfigurationRecordersResponse",
  "description": "The output for the <a>DescribeConfigurationRecorders</a> action.",
  "type": "object",
  "properties": {
    "ConfigurationRecorders": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConfigurationRecorderList"
        },
        {
          "description": "A list that contains the descriptions of the specified configuration recorders."
        }
      ]
    }
  }
}