Amazon Config · Schema

PutConfigurationRecorderRequest

The input for the PutConfigurationRecorder action.

AuditingComplianceConfiguration ManagementGovernanceSecurity

Properties

Name Type Description
ConfigurationRecorder object
View JSON Schema on GitHub

JSON Schema

config-put-configuration-recorder-request-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-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"
  ]
}