{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-put-configuration-recorder-request-structure.json", "name": "PutConfigurationRecorderRequest", "description": "The input for the PutConfigurationRecorder action.", "type": "object", "properties": { "ConfigurationRecorder": { "allOf": [ { "$ref": "#/components/schemas/ConfigurationRecorder" }, { "description": "An object for the configuration recorder to record configuration changes for specified resource types." } ] } }, "required": [ "ConfigurationRecorder" ] }