Amazon GuardDuty · JSON Structure

Guardduty Total Structure

Contains the total usage with the corresponding currency unit for that value.

Type: object Properties: 2
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Total 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

Amount Unit

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-total-structure.json",
  "name": "Total",
  "description": "Contains the total usage with the corresponding currency unit for that value.",
  "type": "object",
  "properties": {
    "Amount": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "amount"
          },
          "description": "The total usage."
        }
      ]
    },
    "Unit": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "unit"
          },
          "description": "The currency unit that the amount is given in."
        }
      ]
    }
  }
}