Amazon GuardDuty · Schema

OrganizationKubernetesAuditLogsConfiguration

Organization-wide Kubernetes audit logs configuration.

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Properties

Name Type Description
AutoEnable object
View JSON Schema on GitHub

JSON Schema

guardduty-organization-kubernetes-audit-logs-configuration-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-organization-kubernetes-audit-logs-configuration-schema.json",
  "title": "OrganizationKubernetesAuditLogsConfiguration",
  "description": "Organization-wide Kubernetes audit logs configuration.",
  "type": "object",
  "properties": {
    "AutoEnable": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Boolean"
        },
        {
          "xml": {
            "name": "autoEnable"
          },
          "description": "A value that contains information on whether Kubernetes audit logs should be enabled automatically as a data source for the organization."
        }
      ]
    }
  },
  "required": [
    "AutoEnable"
  ]
}