Amazon Macie · Schema

JobComparator

The operator to use in a condition. Depending on the type of condition, possible values are:

Data SecuritySensitive DataPrivacyComplianceMachine LearningS3
View JSON Schema on GitHub

JSON Schema

amazon-macie-job-comparator-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-job-comparator-schema.json",
  "title": "JobComparator",
  "description": "The operator to use in a condition. Depending on the type of condition, possible values are:",
  "type": "string",
  "enum": [
    "EQ",
    "GT",
    "GTE",
    "LT",
    "LTE",
    "NE",
    "CONTAINS",
    "STARTS_WITH"
  ]
}