{ "$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-request-structure.json", "name": "DescribeConfigurationRecordersRequest", "description": "The input for the DescribeConfigurationRecorders action.", "type": "object", "properties": { "ConfigurationRecorderNames": { "allOf": [ { "$ref": "#/components/schemas/ConfigurationRecorderNameList" }, { "description": "A list of configuration recorder names." } ] } } }