Amazon Inspector · JSON Structure

Inspector Account Aggregation Structure

An object that contains details about an aggregation response based on Amazon Web Services accounts.

Type: object Properties: 4
ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

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

Properties

findingType resourceType sortBy sortOrder

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-inspector/refs/heads/main/json-structure/inspector-account-aggregation-structure.json",
  "name": "AccountAggregation",
  "description": "An object that contains details about an aggregation response based on Amazon Web Services accounts.",
  "type": "object",
  "properties": {
    "findingType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AggregationFindingType"
        },
        {
          "description": "The type of finding."
        }
      ]
    },
    "resourceType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AggregationResourceType"
        },
        {
          "description": "The type of resource."
        }
      ]
    },
    "sortBy": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccountSortBy"
        },
        {
          "description": "The value to sort by."
        }
      ]
    },
    "sortOrder": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SortOrder"
        },
        {
          "description": "The sort order (ascending or descending)."
        }
      ]
    }
  }
}