{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-structure/guardduty-dns-logs-configuration-result-structure.json", "name": "DNSLogsConfigurationResult", "description": "Contains information on the status of DNS logs as a data source.", "type": "object", "properties": { "Status": { "allOf": [ { "$ref": "#/components/schemas/DataSourceStatus" }, { "xml": { "name": "status" }, "description": "Denotes whether DNS logs is enabled as a data source." } ] } }, "required": [ "Status" ] }