{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-kubernetes-configuration-result-schema.json", "title": "KubernetesConfigurationResult", "description": "Describes whether any Kubernetes logs will be enabled as a data source.", "type": "object", "properties": { "AuditLogs": { "allOf": [ { "$ref": "#/components/schemas/KubernetesAuditLogsConfigurationResult" }, { "xml": { "name": "auditLogs" }, "description": "Describes whether Kubernetes audit logs are enabled as a data source." } ] } }, "required": [ "AuditLogs" ] }