Amazon Config · Schema

DescribeConfigurationRecordersResponse

The output for the DescribeConfigurationRecorders action.

AuditingComplianceConfiguration ManagementGovernanceSecurity

Properties

Name Type Description
ConfigurationRecorders object
View JSON Schema on GitHub

JSON Schema

config-describe-configuration-recorders-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-describe-configuration-recorders-response-schema.json",
  "title": "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."
        }
      ]
    }
  }
}