Amazon Config · JSON Structure

Config Get Resource Config History Response Structure

The output for the GetResourceConfigHistory action.

Type: object Properties: 2
AuditingComplianceConfiguration ManagementGovernanceSecurity

GetResourceConfigHistoryResponse 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

configurationItems 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-get-resource-config-history-response-structure.json",
  "name": "GetResourceConfigHistoryResponse",
  "description": "The output for the <a>GetResourceConfigHistory</a> action.",
  "type": "object",
  "properties": {
    "configurationItems": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConfigurationItemList"
        },
        {
          "description": "A list that contains the configuration history of one or more resources."
        }
      ]
    },
    "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."
        }
      ]
    }
  }
}