The input for the PutConfigurationRecorder action.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-put-configuration-recorder-request-schema.json", "title": "PutConfigurationRecorderRequest", "description": "The input for the <a>PutConfigurationRecorder</a> 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" ] }