Amazon Macie · JSON Structure

Amazon Macie Custom Data Identifiers Structure

Provides information about custom data identifiers that produced a sensitive data finding, and the number of occurrences of the data that they detected for the finding.

Type: object Properties: 2
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

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

Properties

detections totalCount

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-custom-data-identifiers-structure.json",
  "name": "CustomDataIdentifiers",
  "description": "Provides information about custom data identifiers that produced a sensitive data finding, and the number of occurrences of the data that they detected for the finding.",
  "type": "object",
  "properties": {
    "detections": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CustomDetections"
        },
        {
          "description": "The custom data identifiers that detected the data, and the number of occurrences of the data that each identifier detected."
        }
      ]
    },
    "totalCount": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__long"
        },
        {
          "description": "The total number of occurrences of the data that was detected by the custom data identifiers and produced the finding."
        }
      ]
    }
  }
}