Amazon Config · Example Payload

Config Config Export Delivery Info Example

AuditingComplianceConfiguration ManagementGovernanceSecurity

Config Config Export Delivery Info Example is an example object payload from Amazon Config, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

lastStatuslastErrorCodelastErrorMessagelastAttemptTimelastSuccessfulTimenextDeliveryTime

Example Payload

Raw ↑
{
  "lastStatus": "COMPLIANT",
  "lastErrorCode": "example-string",
  "lastErrorMessage": "example-string",
  "lastAttemptTime": "example-string",
  "lastSuccessfulTime": "example-string",
  "nextDeliveryTime": "example-string"
}