Amazon Macie · JSON Structure

Amazon Macie Resource Statistics Structure

Provides statistical data for sensitive data discovery metrics that apply to an S3 bucket that Amazon Macie monitors and analyzes for your account. The statistics capture the results of automated sensitive data discovery activities that Macie has performed for the bucket. The data is available only if automated sensitive data discovery is currently enabled for your account.

Type: object Properties: 9
Data SecuritySensitive DataPrivacyComplianceMachine-LearningS3

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

Properties

totalBytesClassified totalDetections totalDetectionsSuppressed totalItemsClassified totalItemsSensitive totalItemsSkipped totalItemsSkippedInvalidEncryption totalItemsSkippedInvalidKms totalItemsSkippedPermissionDenied

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-macie/refs/heads/main/json-structure/amazon-macie-resource-statistics-structure.json",
  "name": "ResourceStatistics",
  "description": "Provides statistical data for sensitive data discovery metrics that apply to an S3 bucket that Amazon Macie monitors and analyzes for your account. The statistics capture the results of automated sensitive data discovery activities that Macie has performed for the bucket. The data is available only if automated sensitive data discovery is currently enabled for your account.",
  "type": "object",
  "properties": {
    "totalBytesClassified": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__long"
        },
        {
          "description": "The total amount of data, in bytes, that Amazon Macie has analyzed in the bucket."
        }
      ]
    },
    "totalDetections": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__long"
        },
        {
          "description": "The total number of occurrences of sensitive data that Amazon Macie has found in the bucket's objects. This includes occurrences that are currently suppressed by the sensitivity scoring settings for the bucket (totalDetectionsSuppressed)."
        }
      ]
    },
    "totalDetectionsSuppressed": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__long"
        },
        {
          "description": "The total number of occurrences of sensitive data that are currently suppressed by the sensitivity scoring settings for the bucket. These represent occurrences of sensitive data that Amazon Macie found in the bucket's objects, but the occurrences were manually suppressed. By default, suppressed occurrences are excluded from the bucket's sensitivity score."
        }
      ]
    },
    "totalItemsClassified": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__long"
        },
        {
          "description": "The total number of objects that Amazon Macie has analyzed in the bucket."
        }
      ]
    },
    "totalItemsSensitive": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__long"
        },
        {
          "description": "The total number of the bucket's objects that Amazon Macie has found sensitive data in."
        }
      ]
    },
    "totalItemsSkipped": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__long"
        },
        {
          "description": "<p>The total number of objects that Amazon Macie hasn't analyzed in the bucket due to an error or issue. For example, the object is a malformed file. This value includes objects that Macie hasn't analyzed for reasons reported by other statistics in the ResourceStatistics object.</p> "
        }
      ]
    },
    "totalItemsSkippedInvalidEncryption": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__long"
        },
        {
          "description": "The total number of objects that Amazon Macie hasn't analyzed in the bucket because the objects are encrypted with a key that Macie isn't allowed to use."
        }
      ]
    },
    "totalItemsSkippedInvalidKms": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__long"
        },
        {
          "description": "The total number of objects that Amazon Macie hasn't analyzed in the bucket because the objects are encrypted with an KMS key that was disabled or deleted."
        }
      ]
    },
    "totalItemsSkippedPermissionDenied": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__long"
        },
        {
          "description": "The total number of objects that Amazon Macie hasn't analyzed in the bucket because Macie isn't allowed to access the objects."
        }
      ]
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/amazon-macie-resource-statistics-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.