Amazon Config · JSON Structure

Config Batch Get Aggregate Resource Config Response Structure

BatchGetAggregateResourceConfigResponse schema

Type: object Properties: 2
AuditingComplianceConfiguration ManagementGovernanceSecurity

BatchGetAggregateResourceConfigResponse 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

BaseConfigurationItems UnprocessedResourceIdentifiers

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-batch-get-aggregate-resource-config-response-structure.json",
  "name": "BatchGetAggregateResourceConfigResponse",
  "description": "BatchGetAggregateResourceConfigResponse schema",
  "type": "object",
  "properties": {
    "BaseConfigurationItems": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BaseConfigurationItems"
        },
        {
          "description": "A list that contains the current configuration of one or more resources."
        }
      ]
    },
    "UnprocessedResourceIdentifiers": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UnprocessedResourceIdentifierList"
        },
        {
          "description": "A list of resource identifiers that were not processed with current scope. The list is empty if all the resources are processed."
        }
      ]
    }
  }
}