Amazon GuardDuty · JSON Structure

Guardduty Usage Feature Result Structure

Contains information about the result of the total usage based on the feature.

Type: object Properties: 2
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

UsageFeatureResult 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

Feature 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-feature-result-structure.json",
  "name": "UsageFeatureResult",
  "description": "Contains information about the result of the total usage based on the feature.",
  "type": "object",
  "properties": {
    "Feature": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UsageFeature"
        },
        {
          "xml": {
            "name": "feature"
          },
          "description": "The feature that generated the usage cost."
        }
      ]
    },
    "Total": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Total"
        },
        {
          "xml": {
            "name": "total"
          }
        }
      ]
    }
  }
}