Amazon GuardDuty · JSON Structure

Guardduty Organization Kubernetes Configuration Result Structure

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

Type: object Properties: 1 Required: 1
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

OrganizationKubernetesConfigurationResult is a JSON Structure definition published by Amazon GuardDuty, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

AuditLogs

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-structure/guardduty-organization-kubernetes-configuration-result-structure.json",
  "name": "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"
  ]
}