Amazon Config · Example Payload

Config Configuration Recorder Status Example

AuditingComplianceConfiguration ManagementGovernanceSecurity

Config Configuration Recorder Status Example is an example object payload from Amazon Config, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namelastStartTimelastStopTimerecordinglastStatuslastErrorCodelastErrorMessagelastStatusChangeTime

Example Payload

Raw ↑
{
  "name": "example-config-rule",
  "lastStartTime": "example-string",
  "lastStopTime": "example-string",
  "recording": "example-string",
  "lastStatus": "COMPLIANT",
  "lastErrorCode": "example-string",
  "lastErrorMessage": "example-string",
  "lastStatusChangeTime": "COMPLIANT"
}