Amazon GuardDuty · JSON Structure

Guardduty Flow Logs Configuration Result Structure

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

Type: object Properties: 1 Required: 1
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

FlowLogsConfigurationResult is a JSON Structure definition published by Amazon GuardDuty, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Status

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
  ]
}