Amazon Config · Example Payload

Config Get Discovered Resource Counts Request Example

AuditingComplianceConfiguration ManagementGovernanceSecurity

Config Get Discovered Resource Counts Request Example is an example object payload from Amazon Config, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

resourceTypeslimitnextToken

Example Payload

Raw ↑
{
  "resourceTypes": "AWS::EC2::Instance",
  "limit": "example-string",
  "nextToken": "example-string"
}