Amazon Macie · Schema

IsMonitoredByJob

IsMonitoredByJob schema from Amazon Macie API

Data SecuritySensitive DataPrivacyComplianceMachine LearningS3
View JSON Schema on GitHub

JSON Schema

amazon-macie-is-monitored-by-job-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-is-monitored-by-job-schema.json",
  "title": "IsMonitoredByJob",
  "description": "IsMonitoredByJob schema from Amazon Macie API",
  "type": "string",
  "enum": [
    "TRUE",
    "FALSE",
    "UNKNOWN"
  ]
}