Amazon GuardDuty · Schema

FlowLogsConfigurationResult

Contains information on the status of VPC flow logs as a data source.

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Properties

Name Type Description
Status object
View JSON Schema on GitHub

JSON Schema

guardduty-flow-logs-configuration-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-flow-logs-configuration-result-schema.json",
  "title": "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"
  ]
}