{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-cloud-trail-configuration-result-schema.json", "title": "CloudTrailConfigurationResult", "description": "Contains information on the status of CloudTrail as a data source for the detector.", "type": "object", "properties": { "Status": { "allOf": [ { "$ref": "#/components/schemas/DataSourceStatus" }, { "xml": { "name": "status" }, "description": "Describes whether CloudTrail is enabled as a data source for the detector." } ] } }, "required": [ "Status" ] }