Amazon GuardDuty · JSON Structure

Guardduty Detector Feature Configuration Structure

Contains information about a GuardDuty feature.

Type: object Properties: 3
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

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

Properties

Name Status AdditionalConfiguration

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-feature-configuration-structure.json",
  "name": "DetectorFeatureConfiguration",
  "description": "Contains information about a GuardDuty feature.",
  "type": "object",
  "properties": {
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DetectorFeature"
        },
        {
          "xml": {
            "name": "name"
          },
          "description": "The name of the feature."
        }
      ]
    },
    "Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FeatureStatus"
        },
        {
          "xml": {
            "name": "status"
          },
          "description": "The status of the feature."
        }
      ]
    },
    "AdditionalConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DetectorAdditionalConfigurations"
        },
        {
          "xml": {
            "name": "additionalConfiguration"
          },
          "description": "Additional configuration for a resource."
        }
      ]
    }
  }
}