Amazon GuardDuty · JSON Structure

Guardduty Detector Additional Configuration Structure

Information about the additional configuration for a feature in your GuardDuty account.

Type: object Properties: 2
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

DetectorAdditionalConfiguration 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

Name Status

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-detector-additional-configuration-structure.json",
  "name": "DetectorAdditionalConfiguration",
  "description": "Information about the additional configuration for a feature in your GuardDuty account.",
  "type": "object",
  "properties": {
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FeatureAdditionalConfiguration"
        },
        {
          "xml": {
            "name": "name"
          },
          "description": "Name of the additional configuration."
        }
      ]
    },
    "Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FeatureStatus"
        },
        {
          "xml": {
            "name": "status"
          },
          "description": "Status of the additional configuration."
        }
      ]
    }
  }
}