Amazon GuardDuty · JSON Structure

Guardduty Resource Details Structure

Represents the resources that were scanned in the scan entry.

Type: object Properties: 1
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

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

Properties

InstanceArn

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-resource-details-structure.json",
  "name": "ResourceDetails",
  "description": "Represents the resources that were scanned in the scan entry.",
  "type": "object",
  "properties": {
    "InstanceArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InstanceArn"
        },
        {
          "xml": {
            "name": "instanceArn"
          },
          "description": "InstanceArn that was scanned in the scan entry."
        }
      ]
    }
  }
}