Amazon GuardDuty · JSON Structure

Guardduty Usage Account Result Structure

Contains information on the total of usage based on account IDs.

Type: object Properties: 2
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

UsageAccountResult 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

AccountId 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-account-result-structure.json",
  "name": "UsageAccountResult",
  "description": "Contains information on the total of usage based on account IDs.",
  "type": "object",
  "properties": {
    "AccountId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccountId"
        },
        {
          "xml": {
            "name": "accountId"
          },
          "description": "The Account ID that generated usage."
        }
      ]
    },
    "Total": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Total"
        },
        {
          "xml": {
            "name": "total"
          },
          "description": "Represents the total of usage for the Account ID."
        }
      ]
    }
  }
}