{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-list-discovered-resources-response-structure.json", "name": "ListDiscoveredResourcesResponse", "description": "
", "type": "object", "properties": { "resourceIdentifiers": { "allOf": [ { "$ref": "#/components/schemas/ResourceIdentifierList" }, { "description": "The details that identify a resource that is discovered by Config, including the resource type, ID, and (if available) the custom resource name." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "The string that you use in a subsequent request to get the next page of results in a paginated response." } ] } } }