Amazon Macie · Schema

OriginType

Specifies how Amazon Macie found the sensitive data that produced a finding. Possible values are:

Data SecuritySensitive DataPrivacyComplianceMachine LearningS3
View JSON Schema on GitHub

JSON Schema

amazon-macie-origin-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-schema/amazon-macie-origin-type-schema.json",
  "title": "OriginType",
  "description": "Specifies how Amazon Macie found the sensitive data that produced a finding. Possible values are:",
  "type": "string",
  "enum": [
    "SENSITIVE_DATA_DISCOVERY_JOB",
    "AUTOMATED_SENSITIVE_DATA_DISCOVERY"
  ]
}