Amazon GuardDuty · Schema

OrgFeature

OrgFeature schema from Amazon GuardDuty API

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection
View JSON Schema on GitHub

JSON Schema

guardduty-org-feature-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-org-feature-schema.json",
  "title": "OrgFeature",
  "description": "OrgFeature schema from Amazon GuardDuty API",
  "type": "string",
  "enum": [
    "S3_DATA_EVENTS",
    "EKS_AUDIT_LOGS",
    "EBS_MALWARE_PROTECTION",
    "RDS_LOGIN_EVENTS",
    "EKS_RUNTIME_MONITORING",
    "LAMBDA_NETWORK_LOGS"
  ]
}