Amazon GuardDuty · JSON Structure

Guardduty Product Code Structure

Contains information about the product code for the EC2 instance.

Type: object Properties: 2
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

ProductCode 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

Code ProductType

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-product-code-structure.json",
  "name": "ProductCode",
  "description": "Contains information about the product code for the EC2 instance.",
  "type": "object",
  "properties": {
    "Code": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "productCodeId"
          },
          "description": "The product code information."
        }
      ]
    },
    "ProductType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "productCodeType"
          },
          "description": "The product code type."
        }
      ]
    }
  }
}