Amazon Config · JSON Structure

Config List Discovered Resources Response Structure

Type: object Properties: 2
AuditingComplianceConfiguration ManagementGovernanceSecurity

ListDiscoveredResourcesResponse is a JSON Structure definition published by Amazon Config, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

resourceIdentifiers nextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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": "<p/>",
  "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."
        }
      ]
    }
  }
}