Amazon GuardDuty · JSON Structure

Guardduty Usage Data Source Result Structure

Contains information on the result of usage based on data source type.

Type: object Properties: 2
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

UsageDataSourceResult is a JSON Structure definition published by Amazon GuardDuty, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

DataSource Total

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-usage-data-source-result-structure.json",
  "name": "UsageDataSourceResult",
  "description": "Contains information on the result of usage based on data source type.",
  "type": "object",
  "properties": {
    "DataSource": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DataSource"
        },
        {
          "xml": {
            "name": "dataSource"
          },
          "description": "The data source type that generated usage."
        }
      ]
    },
    "Total": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Total"
        },
        {
          "xml": {
            "name": "total"
          },
          "description": "Represents the total of usage for the specified data source."
        }
      ]
    }
  }
}