Amazon GuardDuty · Schema

OrganizationKubernetesConfigurationResult

The current configuration of all Kubernetes data sources for the organization.

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Properties

Name Type Description
AuditLogs object
View JSON Schema on GitHub

JSON Schema

guardduty-organization-kubernetes-configuration-result-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-configuration-result-schema.json",
  "title": "OrganizationKubernetesConfigurationResult",
  "description": "The current configuration of all Kubernetes data sources for the organization.",
  "type": "object",
  "properties": {
    "AuditLogs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrganizationKubernetesAuditLogsConfigurationResult"
        },
        {
          "xml": {
            "name": "auditLogs"
          },
          "description": "The current configuration of Kubernetes audit logs as a data source for the organization."
        }
      ]
    }
  },
  "required": [
    "AuditLogs"
  ]
}