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