Amazon Config · Example Payload

Config Aggregated Source Status Example

AuditingComplianceConfiguration ManagementGovernanceSecurity

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

Top-level fields

SourceIdSourceTypeAwsRegionLastUpdateStatusLastUpdateTimeLastErrorCodeLastErrorMessage

Example Payload

Raw ↑
{
  "SourceId": "example-string",
  "SourceType": "example-string",
  "AwsRegion": "us-east-1",
  "LastUpdateStatus": "COMPLIANT",
  "LastUpdateTime": "example-string",
  "LastErrorCode": "example-string",
  "LastErrorMessage": "example-string"
}