Amazon Config · Example Payload

Config Get Resource Config History Request Example

AuditingComplianceConfiguration ManagementGovernanceSecurity

Config Get Resource Config History Request 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

resourceTyperesourceIdlaterTimeearlierTimechronologicalOrderlimitnextToken

Example Payload

Raw ↑
{
  "resourceType": "AWS::EC2::Instance",
  "resourceId": "example-string",
  "laterTime": "example-string",
  "earlierTime": "example-string",
  "chronologicalOrder": "example-string",
  "limit": "example-string",
  "nextToken": "example-string"
}