Amazon Config · JSON Structure

Config Put Configuration Recorder Request Structure

The input for the PutConfigurationRecorder action.

Type: object Properties: 1 Required: 1
AuditingComplianceConfiguration ManagementGovernanceSecurity

PutConfigurationRecorderRequest is a JSON Structure definition published by Amazon Config, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ConfigurationRecorder

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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 <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"
  ]
}